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

Function incrementWatchersCount

test/angular/1.6/angular.js:19171–19175  ·  view source on GitHub ↗
(current, count)

Source from the content-addressed store, hash-verified

19169 }
19170
19171 function incrementWatchersCount(current, count) {
19172 do {
19173 current.$$watchersCount += count;
19174 } while ((current = current.$parent));
19175 }
19176
19177 function decrementListenerCount(current, count, name) {
19178 do {

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected