Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular-ui/ui-router
/ hasCustomToString
Function
hasCustomToString
test/angular/1.4/angular.js:561–563 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
559
function
valueFn(value) {
return
function
() {
return
value;};}
560
561
function
hasCustomToString(obj) {
562
return
isFunction(obj.toString) && obj.toString !== toString;
563
}
564
565
566
/**
Callers
2
createPredicateFn
Function · 0.70
objectValue
Function · 0.70
Calls
1
isFunction
Function · 0.70
Tested by
no test coverage detected