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

Function callback

lib/test/angular/1.8.0/angular.js:14314–14320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14312 count = isDefined(count) ? count : 0;
14313
14314 function callback() {
14315 if (!hasParams) {
14316 fn(iteration);
14317 } else {
14318 fn.apply(null, args);
14319 }
14320 }
14321
14322 function tick() {
14323 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.70

Tested by

no test coverage detected