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

Function $$TaskTrackerFactoryProvider

test/angular/1.7/angular.js:21190–21192  ·  view source on GitHub ↗

* ! This is a private undocumented service ! * * @name $$taskTrackerFactory * @description * A function to create `TaskTracker` instances. * * A `TaskTracker` can keep track of pending tasks (grouped by type) and can notify interested * parties when all pending tasks (or tasks of a specific t

()

Source from the content-addressed store, hash-verified

21188 * @this
21189 */
21190function $$TaskTrackerFactoryProvider() {
21191 this.$get = valueFn(function(log) { return new TaskTracker(log); });
21192}
21193
21194function TaskTracker(log) {
21195 var self = this;

Callers

nothing calls this directly

Calls 1

valueFnFunction · 0.70

Tested by

no test coverage detected