MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / forEachSorted

Function forEachSorted

code/songhop/www/lib/angular/angular.js:342–348  ·  view source on GitHub ↗
(obj, iterator, context)

Source from the content-addressed store, hash-verified

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

Callers 1

buildUrlFunction · 0.70

Calls 1

sortedKeysFunction · 0.70

Tested by

no test coverage detected