MCPcopy 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
659function isPromiseLike(obj) {
660 return obj && isFunction(obj.then);
661}
662
663
664var trim = function(value) {

Callers 4

sendReqFunction · 0.70
createHttpBackendFunction · 0.70
handleCallbackFunction · 0.70
processAsyncValidatorsFunction · 0.70

Calls 1

isFunctionFunction · 0.70

Tested by

no test coverage detected