# Functions
No description provided by the author
No description provided by the author
diffRulesJSONState suppresses diff if json values are equivalent, independant of whitespace or order of keys.
Converts a segment resource path to its id E.g: workspaces/myworkspace/sources/mysource => mysource.
Search performs a linear search in an indexed collection and returns the index of the found item, or -1.
withBackoff calls the passed function returning a result and an error and performs an exponential backoff if it fails with a 429 HTTP status code.