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

Function sortedKeys

code/songhop/www/lib/angular/angular.js:338–340  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

336}
337
338function sortedKeys(obj) {
339 return Object.keys(obj).sort();
340}
341
342function forEachSorted(obj, iterator, context) {
343 var keys = sortedKeys(obj);

Callers 2

forEachSortedFunction · 0.70
renderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected