Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular-ui/ui-router
/ isPromiseLike
Function
isPromiseLike
test/angular/1.3/angular.js:659–661 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
657
658
659
function
isPromiseLike(obj) {
660
return
obj && isFunction(obj.then);
661
}
662
663
664
var
trim =
function
(value) {
Callers
4
sendReq
Function · 0.70
createHttpBackend
Function · 0.70
handleCallback
Function · 0.70
processAsyncValidators
Function · 0.70
Calls
1
isFunction
Function · 0.70
Tested by
no test coverage detected