MCPcopy
hub / github.com/angular-ui/ui-router / isPromiseLike

Function isPromiseLike

test/angular/1.2/angular.js:667–669  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

665
666
667function isPromiseLike(obj) {
668 return obj && isFunction(obj.then);
669}
670
671
672var trim = (function() {

Callers 4

sendReqFunction · 0.70
createHttpBackendFunction · 0.70
handleCallbackFunction · 0.70
refFunction · 0.70

Calls 1

isFunctionFunction · 0.70

Tested by

no test coverage detected