MCPcopy Index your code
hub / github.com/angular-ui/ui-router / forEachSorted

Function forEachSorted

test/angular/1.3/angular.js:346–352  ·  view source on GitHub ↗
(obj, iterator, context)

Source from the content-addressed store, hash-verified

344}
345
346function forEachSorted(obj, iterator, context) {
347 var keys = sortedKeys(obj);
348 for (var i = 0; i < keys.length; i++) {
349 iterator.call(context, obj[keys[i]], keys[i]);
350 }
351 return keys;
352}
353
354
355/**

Callers 1

buildUrlFunction · 0.70

Calls 1

sortedKeysFunction · 0.70

Tested by

no test coverage detected