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

Function getBindingIndex

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

Source from the content-addressed store, hash-verified

451}
452
453export function getBindingIndex(): number {
454 return instructionState.lFrame.bindingIndex;
455}
456
457export function setBindingIndex(value: number): number {
458 return (instructionState.lFrame.bindingIndex = value);

Callers 9

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