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

Function isInSkipHydrationBlock

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

Source from the content-addressed store, hash-verified

261 * @returns boolean
262 */
263export function isInSkipHydrationBlock(): boolean {
264 return instructionState.skipHydrationRootTNode !== null;
265}
266
267/**
268 * Returns true if this is the root TNode of the skip hydration block.

Callers 4

createTNodeFunction · 0.90
locateOrCreateNodeImplFunction · 0.90
ɵɵprojectionFunction · 0.90
canHydrateNodeFunction · 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…