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

Function decTaskCount

lib/test/angular/1.8.0/angular.js:21322–21328  ·  view source on GitHub ↗
(taskType)

Source from the content-addressed store, hash-verified

21320 }
21321
21322 function decTaskCount(taskType) {
21323 taskType = taskType || DEFAULT_TASK_TYPE;
21324 if (taskCounts[taskType]) {
21325 taskCounts[taskType]--;
21326 taskCounts[ALL_TASKS_TYPE]--;
21327 }
21328 }
21329
21330 function getLastCallback() {
21331 var cbInfo = taskCallbacks.pop();

Callers 1

completeTaskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected