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

Function callback

test/angular/1.6/angular.js:13627–13633  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13625 return promise;
13626
13627 function callback() {
13628 if (!hasParams) {
13629 fn(iteration);
13630 } else {
13631 fn.apply(null, args);
13632 }
13633 }
13634 }
13635
13636

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.85

Tested by

no test coverage detected