MCPcopy Create free account
hub / github.com/angular/angular / ɵɵqueryAdvance

Function ɵɵqueryAdvance

packages/core/src/render3/instructions/queries_signals.ts:70–72  ·  view source on GitHub ↗
(indexOffset: number = 1)

Source from the content-addressed store, hash-verified

68 * @codeGenApi
69 */
70export function ɵɵqueryAdvance(indexOffset: number = 1): void {
71 setCurrentQueryIndex(getCurrentQueryIndex() + indexOffset);
72}

Callers

nothing calls this directly

Calls 2

setCurrentQueryIndexFunction · 0.90
getCurrentQueryIndexFunction · 0.90

Tested by

no test coverage detected