MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / isPromiseLike

Function isPromiseLike

code/songhop/www/lib/angular/angular.js:643–645  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

641
642
643function isPromiseLike(obj) {
644 return obj && isFunction(obj.then);
645}
646
647
648var 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