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

Function getPredicateValue

lib/test/angular/1.8.0/angular.js:23983–23991  ·  view source on GitHub ↗
(value, index)

Source from the content-addressed store, hash-verified

23981 }
23982
23983 function getPredicateValue(value, index) {
23984 var type = typeof value;
23985 if (value === null) {
23986 type = 'null';
23987 } else if (type === 'object') {
23988 value = objectValue(value);
23989 }
23990 return {value: value, type: type, index: index};
23991 }
23992
23993 function defaultCompare(v1, v2) {
23994 var result = 0;

Callers 1

getComparisonObjectFunction · 0.70

Calls 1

objectValueFunction · 0.70

Tested by

no test coverage detected