MCPcopy
hub / github.com/angular/angular / setMaskBit

Function setMaskBit

packages/core/src/render3/i18n/i18n_apply.ts:98–103  ·  view source on GitHub ↗
(hasChange: boolean)

Source from the content-addressed store, hash-verified

96 * @param hasChange did `ɵɵi18nExp` detect a change.
97 */
98export function setMaskBit(hasChange: boolean) {
99 if (hasChange) {
100 changeMask = changeMask | (1 << Math.min(changeMaskCounter, 31));
101 }
102 changeMaskCounter++;
103}
104
105export function applyI18n(tView: TView, lView: LView, index: number) {
106 try {

Callers 1

ɵɵi18nExpFunction · 0.90

Calls 1

minMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…