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

Function incrementWatchersCount

lib/test/angular/1.8.0/angular.js:19836–19840  ·  view source on GitHub ↗
(current, count)

Source from the content-addressed store, hash-verified

19834 }
19835
19836 function incrementWatchersCount(current, count) {
19837 do {
19838 current.$$watchersCount += count;
19839 } while ((current = current.$parent));
19840 }
19841
19842 function decrementListenerCount(current, count, name) {
19843 do {

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected