Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular-ui/ui-grid
/ hasCustomToString
Function
hasCustomToString
lib/test/angular/1.7.0/angular.js:613–615 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
611
function
valueFn(value) {
return
function
valueRef() {
return
value;};}
612
613
function
hasCustomToString(obj) {
614
return
isFunction(obj.toString) && obj.toString !== toString;
615
}
616
617
618
/**
Callers
3
stringify
Function · 0.70
createPredicateFn
Function · 0.70
objectValue
Function · 0.70
Calls
1
isFunction
Function · 0.70
Tested by
no test coverage detected