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

Function callback

lib/test/angular/1.7.0/angular.js:13654–13660  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13652 return promise;
13653
13654 function callback() {
13655 if (!hasParams) {
13656 fn(iteration);
13657 } else {
13658 fn.apply(null, args);
13659 }
13660 }
13661 }
13662
13663

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
handlePrematureEndFunction · 0.70
packageAnimationsFunction · 0.70
notifyProgressFunction · 0.70

Calls 1

fnFunction · 0.70

Tested by

no test coverage detected