MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / callback

Function callback

lib/test/angular/1.5.0/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 1

fnFunction · 0.50

Tested by

no test coverage detected