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

Function getCurrentQueryIndex

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

Source from the content-addressed store, hash-verified

527}
528
529export function getCurrentQueryIndex(): number {
530 return instructionState.lFrame.currentQueryIndex;
531}
532
533export function setCurrentQueryIndex(value: number): void {
534 instructionState.lFrame.currentQueryIndex = value;

Callers 3

ɵɵqueryAdvanceFunction · 0.90
ɵɵqueryRefreshFunction · 0.90
ɵɵloadQueryFunction · 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…