MCPcopy
hub / github.com/angular/angular / nextBindingIndex

Function nextBindingIndex

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

Source from the content-addressed store, hash-verified

459}
460
461export function nextBindingIndex(): number {
462 return instructionState.lFrame.bindingIndex++;
463}
464
465export function incrementBindingIndex(count: number): number {
466 const lFrame = instructionState.lFrame;

Callers 15

inputBindingUpdateFunction · 0.90
ɵɵconditionalFunction · 0.90
ɵɵrepeaterFunction · 0.90
ɵɵpropertyFunction · 0.90
ɵɵdomPropertyFunction · 0.90
ɵɵinterpolateFunction · 0.90
interpolation1Function · 0.90
ɵɵi18nExpFunction · 0.90
ɵɵattributeFunction · 0.90
ɵɵariaPropertyFunction · 0.90
ɵɵtwoWayPropertyFunction · 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…