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

Function incrementWatchersCount

test/angular/1.5/angular.js:18367–18371  ·  view source on GitHub ↗
(current, count)

Source from the content-addressed store, hash-verified

18365 }
18366
18367 function incrementWatchersCount(current, count) {
18368 do {
18369 current.$$watchersCount += count;
18370 } while ((current = current.$parent));
18371 }
18372
18373 function decrementListenerCount(current, count, name) {
18374 do {

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected