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

Function isInI18nBlock

packages/core/src/render3/state.ts:472–474  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

470}
471
472export function isInI18nBlock() {
473 return instructionState.lFrame.inI18n;
474}
475
476export function setInI18nBlock(isInI18nBlock: boolean): void {
477 instructionState.lFrame.inI18n = isInI18nBlock;

Callers 1

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