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

Function setCurrentQueryIndex

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

Source from the content-addressed store, hash-verified

531}
532
533export function setCurrentQueryIndex(value: number): void {
534 instructionState.lFrame.currentQueryIndex = value;
535}
536
537/**
538 * Returns a `TNode` of the location where the current `LView` is declared at.

Callers 4

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