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

Function isInternalHydrationTransferStateKey

packages/core/src/hydration/utils.ts:74–76  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

72 * Checks whether a given key is used by the framework for transferring hydration data.
73 */
74export function isInternalHydrationTransferStateKey(key: string): boolean {
75 return key === TRANSFER_STATE_TOKEN_ID || key === TRANSFER_STATE_DEFER_BLOCKS_INFO;
76}
77
78/**
79 * The name of the attribute that would be added to host component

Callers 1

getTransferStateFunction · 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…