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

Function setCurrentNode

packages/core/src/hydration/i18n.ts:349–351  ·  view source on GitHub ↗
(state: I18nHydrationState, node: Node | null)

Source from the content-addressed store, hash-verified

347}
348
349function setCurrentNode(state: I18nHydrationState, node: Node | null) {
350 state.currentNode = node;
351}
352
353/**
354 * Marks the current RNode as the hydration root for the given

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…