MCPcopy Create free account
hub / github.com/angular-ui/ui-router / getTrackByValue

Function getTrackByValue

test/angular/1.7/angular.js:32311–32313  ·  view source on GitHub ↗
(value, key)

Source from the content-addressed store, hash-verified

32309 function(value, locals) { return trackByFn(scope, locals); } :
32310 function getHashOfValue(value) { return hashKey(value); };
32311 var getTrackByValue = function(value, key) {
32312 return getTrackByValueFn(value, getLocals(value, key));
32313 };
32314
32315 var displayFn = $parse(match[2] || match[1]);
32316 var groupByFn = $parse(match[3] || '');

Callers 1

parseOptionsExpressionFunction · 0.70

Calls 1

getLocalsFunction · 0.85

Tested by

no test coverage detected