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

Function incrementWatchersCount

lib/test/angular/1.5.0/angular.js:17188–17192  ·  view source on GitHub ↗
(current, count)

Source from the content-addressed store, hash-verified

17186 }
17187
17188 function incrementWatchersCount(current, count) {
17189 do {
17190 current.$$watchersCount += count;
17191 } while ((current = current.$parent));
17192 }
17193
17194 function decrementListenerCount(current, count, name) {
17195 do {

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected