MCPcopy Index your code
hub / github.com/angular/angular / executeCheckHooks

Function executeCheckHooks

packages/core/src/render3/hooks.ts:175–177  ·  view source on GitHub ↗
(lView: LView, hooks: HookData, nodeIndex?: number | null)

Source from the content-addressed store, hash-verified

173 * case, when executing select(number))
174 */
175export function executeCheckHooks(lView: LView, hooks: HookData, nodeIndex?: number | null) {
176 callHooks(lView, hooks, InitPhaseState.InitPhaseCompleted, nodeIndex);
177}
178
179/**
180 * Executes post-order init and check hooks (one of AfterContentInit, AfterContentChecked,

Callers 2

selectIndexInternalFunction · 0.90
refreshViewFunction · 0.90

Calls 1

callHooksFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…