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

Function getComparisonObject

lib/test/angular/1.5.0/angular.js:20431–20438  ·  view source on GitHub ↗
(value, index)

Source from the content-addressed store, hash-verified

20429 return array;
20430
20431 function getComparisonObject(value, index) {
20432 return {
20433 value: value,
20434 predicateValues: predicates.map(function(predicate) {
20435 return getPredicateValue(predicate.get(value), index);
20436 })
20437 };
20438 }
20439
20440 function doComparison(v1, v2) {
20441 var result = 0;

Callers

nothing calls this directly

Calls 1

getPredicateValueFunction · 0.70

Tested by

no test coverage detected