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

Function isDetachedByI18n

packages/core/src/i18n/utils.ts:16–18  ·  view source on GitHub ↗
(tNode: TNode)

Source from the content-addressed store, hash-verified

14 * and instead, use a regular "creation mode".
15 */
16export function isDetachedByI18n(tNode: TNode) {
17 return (tNode.flags & TNodeFlags.isDetached) === TNodeFlags.isDetached;
18}

Callers 5

applyNodesFunction · 0.90
elementLikeStartSharedFunction · 0.90
ɵɵprojectionFunction · 0.90
canHydrateNodeFunction · 0.90
serializeLViewFunction · 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…