MCPcopy
hub / github.com/angular/angular / _retrieveHydrationInfoImpl

Function _retrieveHydrationInfoImpl

packages/core/src/hydration/utils.ts:119–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 * @param isRootView Specifies whether we trying to read hydration info for the root view.
118 */
119let _retrieveHydrationInfoImpl: typeof retrieveHydrationInfoImpl = () => null;
120
121export function retrieveHydrationInfoImpl(
122 rNode: RElement,

Callers 1

retrieveHydrationInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…