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

Function forkHydrationState

packages/core/src/hydration/i18n.ts:402–404  ·  view source on GitHub ↗

* Fork the given state into a new state for hydrating children.

(state: I18nHydrationState, nextNode: Node | null)

Source from the content-addressed store, hash-verified

400 * Fork the given state into a new state for hydrating children.
401 */
402function forkHydrationState(state: I18nHydrationState, nextNode: Node | null) {
403 return {currentNode: nextNode, isConnected: state.isConnected};
404}
405
406function prepareI18nBlockForHydrationImpl(
407 lView: LView,

Callers 1

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