Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular-ui/ui-grid
/ isPromiseLike
Function
isPromiseLike
lib/test/angular/1.8.0/angular.js:846–848 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
844
845
846
function
isPromiseLike(obj) {
847
return
obj && isFunction(obj.then);
848
}
849
850
851
var
TYPED_ARRAY_REGEXP = /^\[object (?:Uint8|Uint8Clamped|Uint16|Uint32|Int8|Int16|Int32|Float32|Float64)Array]$/;
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