MCPcopy
hub / github.com/angular-ui/ui-grid / hasCustomToString

Function hasCustomToString

lib/test/angular/1.5.0/angular.js:531–533  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

529function valueFn(value) {return function() {return value;};}
530
531function hasCustomToString(obj) {
532 return isFunction(obj.toString) && obj.toString !== toString;
533}
534
535
536/**

Callers 2

createPredicateFnFunction · 0.70
objectValueFunction · 0.70

Calls 1

isFunctionFunction · 0.70

Tested by

no test coverage detected