MCPcopy Create free account
hub / github.com/apache/struts-examples / callback

Function callback

rest-angular/src/main/webapp/js/lib/angular/angular.js:12051–12057  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12049 return promise;
12050
12051 function callback() {
12052 if (!hasParams) {
12053 fn(iteration);
12054 } else {
12055 fn.apply(null, args);
12056 }
12057 }
12058 }
12059
12060

Callers 11

nextFunction · 0.70
onProgressFunction · 0.70
BrowserFunction · 0.70
completeRequestFunction · 0.70
qFactoryFunction · 0.70
handleCallbackFunction · 0.70
handleResponseFunction · 0.70
handleTimeoutFunction · 0.70
packageAnimationsFunction · 0.70
notifyProgressFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected