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

Function incrementWatchersCount

lib/test/angular/1.7.0/angular.js:19191–19195  ·  view source on GitHub ↗
(current, count)

Source from the content-addressed store, hash-verified

19189 }
19190
19191 function incrementWatchersCount(current, count) {
19192 do {
19193 current.$$watchersCount += count;
19194 } while ((current = current.$parent));
19195 }
19196
19197 function decrementListenerCount(current, count, name) {
19198 do {

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected