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

Function hasCustomToString

lib/test/angular/1.8.0/angular.js:631–633  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

629function valueFn(value) {return function valueRef() {return value;};}
630
631function hasCustomToString(obj) {
632 return isFunction(obj.toString) && obj.toString !== toString;
633}
634
635
636/**

Callers 3

stringifyFunction · 0.70
createPredicateFnFunction · 0.70
objectValueFunction · 0.70

Calls 1

isFunctionFunction · 0.70

Tested by

no test coverage detected