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

Function incrementBindingIndex

packages/core/src/render3/state.ts:465–470  ·  view source on GitHub ↗
(count: number)

Source from the content-addressed store, hash-verified

463}
464
465export function incrementBindingIndex(count: number): number {
466 const lFrame = instructionState.lFrame;
467 const index = lFrame.bindingIndex;
468 lFrame.bindingIndex = lFrame.bindingIndex + count;
469 return index;
470}
471
472export function isInI18nBlock() {
473 return instructionState.lFrame.inI18n;

Callers 9

checkStylingPropertyFunction · 0.90
checkStylingMapFunction · 0.90
interpolation2Function · 0.90
interpolation3Function · 0.90
interpolation4Function · 0.90
interpolation5Function · 0.90
interpolation6Function · 0.90
interpolation7Function · 0.90
interpolation8Function · 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…