MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / getComparisonObject

Function getComparisonObject

lib/test/angular/1.4.3/angular.js:19270–19277  ·  view source on GitHub ↗
(value, index)

Source from the content-addressed store, hash-verified

19268 return array;
19269
19270 function getComparisonObject(value, index) {
19271 return {
19272 value: value,
19273 predicateValues: predicates.map(function(predicate) {
19274 return getPredicateValue(predicate.get(value), index);
19275 })
19276 };
19277 }
19278
19279 function doComparison(v1, v2) {
19280 var result = 0;

Callers

nothing calls this directly

Calls 1

getPredicateValueFunction · 0.70

Tested by

no test coverage detected