MCPcopy
hub / github.com/angular-ui/ui-router / callback

Function callback

test/angular/1.7/angular.js:14249–14255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14247 count = isDefined(count) ? count : 0;
14248
14249 function callback() {
14250 if (!hasParams) {
14251 fn(iteration);
14252 } else {
14253 fn.apply(null, args);
14254 }
14255 }
14256
14257 function tick() {
14258 if (skipApply) {

Callers 12

nextFunction · 0.70
onProgressFunction · 0.70
completeRequestFunction · 0.70
notifyPromiseFunction · 0.70
handleCallbackFunction · 0.70
notifyWhenNoPendingTasksFunction · 0.70
createEventDirectiveFunction · 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