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

Function setBindingIndex

packages/core/src/render3/state.ts:457–459  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

455}
456
457export function setBindingIndex(value: number): number {
458 return (instructionState.lFrame.bindingIndex = value);
459}
460
461export function nextBindingIndex(): number {
462 return instructionState.lFrame.bindingIndex++;

Callers 3

rewindBindingIndexFunction · 0.90
interpolationVFunction · 0.90
refreshViewFunction · 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…