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

Function callback

lib/test/angular/1.6.7/angular.js:13460–13466  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13458 return promise;
13459
13460 function callback() {
13461 if (!hasParams) {
13462 fn(iteration);
13463 } else {
13464 fn.apply(null, args);
13465 }
13466 }
13467 }
13468
13469

Callers 12

nextFunction · 0.70
onProgressFunction · 0.70
BrowserFunction · 0.70
completeRequestFunction · 0.70
notifyPromiseFunction · 0.70
handleCallbackFunction · 0.70
angular-mocks.jsFile · 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