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

Function resetPreOrderHookFlags

packages/core/src/render3/util/view_utils.ts:200–202  ·  view source on GitHub ↗
(lView: LView)

Source from the content-addressed store, hash-verified

198 * @param lView the LView on which the flags are reset
199 */
200export function resetPreOrderHookFlags(lView: LView) {
201 lView[PREORDER_HOOK_FLAGS] = 0 as PreOrderHookFlags;
202}
203
204/**
205 * Adds the `RefreshView` flag from the lView and updates HAS_CHILD_VIEWS_TO_REFRESH flag of

Callers 2

createLViewFunction · 0.90
refreshViewFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…