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

Function addUpdateIcuUpdate

packages/core/src/render3/i18n/i18n_parse.ts:957–959  ·  view source on GitHub ↗
(update: I18nUpdateOpCodes, bindingMask: number, index: number)

Source from the content-addressed store, hash-verified

955}
956
957function addUpdateIcuUpdate(update: I18nUpdateOpCodes, bindingMask: number, index: number) {
958 update.push(bindingMask, 1, (index << I18nUpdateOpCode.SHIFT_REF) | I18nUpdateOpCode.IcuUpdate);
959}
960
961function addCreateNodeAndAppend(
962 create: IcuCreateOpCodes,

Callers 1

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