MCPcopy Index your code
hub / github.com/angular/angular / $digest

Function $digest

packages/upgrade/static/test/integration/static_test_helpers.ts:47–50  ·  view source on GitHub ↗
(adapter: UpgradeModule)

Source from the content-addressed store, hash-verified

45}
46
47export function $digest(adapter: UpgradeModule) {
48 const $rootScope = adapter.$injector.get($ROOT_SCOPE) as angular.IRootScopeService;
49 $rootScope.$digest();
50}

Callers 1

Calls 2

getMethod · 0.65
$digestMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…