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

Function isRootTemplateMessage

packages/core/src/render3/i18n/i18n_util.ts:159–161  ·  view source on GitHub ↗
(subTemplateIndex: number)

Source from the content-addressed store, hash-verified

157// Returns whether the given value corresponds to a root template message,
158// or a sub-template.
159export function isRootTemplateMessage(subTemplateIndex: number): subTemplateIndex is -1 {
160 return subTemplateIndex === -1;
161}

Callers 2

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