Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
70
export
function
ɵɵqueryAdvance(indexOffset: number = 1): void {
71
setCurrentQueryIndex(getCurrentQueryIndex() + indexOffset);
72
}
Callers
nothing calls this directly
Calls
2
setCurrentQueryIndex
Function · 0.90
getCurrentQueryIndex
Function · 0.90
Tested by
no test coverage detected