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

Function isDisconnectedRNode

packages/core/src/hydration/node_lookup_utils.ts:69–71  ·  view source on GitHub ↗
(rNode: RNode | null)

Source from the content-addressed store, hash-verified

67 * only use internal data structures and state to compute this information.
68 */
69export function isDisconnectedRNode(rNode: RNode | null) {
70 return !!rNode && !(rNode as Node).isConnected;
71}
72
73/**
74 * Locate a node in an i18n tree that corresponds to a given instruction index.

Callers 2

serializeI18nNodeFunction · 0.90
isDisconnectedNodeFunction · 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…