MCPcopy
hub / github.com/angular/angular / readHydrationInfo

Function readHydrationInfo

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

Source from the content-addressed store, hash-verified

319}
320
321export function readHydrationInfo(node: RNode): HydrationInfo | null {
322 return (node as HydratedNode)[HYDRATION_INFO_KEY] ?? null;
323}
324
325/**
326 * Marks a node as "claimed" by hydration process.

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…