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

Function leaveSkipHydrationBlock

packages/core/src/render3/state.ts:333–335  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

331 * Clears the root skip hydration node when leaving a skip hydration block.
332 */
333export function leaveSkipHydrationBlock(): void {
334 instructionState.skipHydrationRootTNode = null;
335}
336
337/**
338 * Return the current `LView`.

Callers 2

ɵɵelementEndFunction · 0.90
ɵɵdomElementEndFunction · 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…