MCPcopy
hub / github.com/angular-ui/ui-router / getComparisonObject

Function getComparisonObject

test/angular/1.4/angular.js:19953–19960  ·  view source on GitHub ↗
(value, index)

Source from the content-addressed store, hash-verified

19951 return array;
19952
19953 function getComparisonObject(value, index) {
19954 return {
19955 value: value,
19956 predicateValues: predicates.map(function(predicate) {
19957 return getPredicateValue(predicate.get(value), index);
19958 })
19959 };
19960 }
19961
19962 function doComparison(v1, v2) {
19963 var result = 0;

Callers

nothing calls this directly

Calls 1

getPredicateValueFunction · 0.70

Tested by

no test coverage detected