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

Function isRNodeClaimedForHydration

packages/core/src/hydration/utils.ts:391–393  ·  view source on GitHub ↗
(node: RNode)

Source from the content-addressed store, hash-verified

389}
390
391export function isRNodeClaimedForHydration(node: RNode): boolean {
392 return readHydrationInfo(node)?.status === HydrationStatus.Hydrated;
393}
394
395export function setSegmentHead(
396 hydrationInfo: DehydratedView,

Callers 1

Calls 1

readHydrationInfoFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…