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

Function addRemoveNestedIcu

packages/core/src/render3/i18n/i18n_parse.ts:937–942  ·  view source on GitHub ↗
(remove: I18nRemoveOpCodes, index: number, depth: number)

Source from the content-addressed store, hash-verified

935}
936
937function addRemoveNestedIcu(remove: I18nRemoveOpCodes, index: number, depth: number) {
938 if (depth === 0) {
939 remove.push(~index); // remove ICU at `index`
940 remove.push(index); // remove ICU comment at `index`
941 }
942}
943
944function addUpdateIcuSwitch(
945 update: I18nUpdateOpCodes,

Callers 1

walkIcuTreeFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…