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

Function hasCustomToString

test/angular/1.7/angular.js:630–632  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

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

Callers 3

stringifyFunction · 0.70
createPredicateFnFunction · 0.70
objectValueFunction · 0.70

Calls 1

isFunctionFunction · 0.70

Tested by

no test coverage detected