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

Method addMatch

packages/core/src/render3/queries/query.ts:311–317  ·  view source on GitHub ↗
(tNodeIdx: number, matchIdx: number)

Source from the content-addressed store, hash-verified

309 }
310
311 private addMatch(tNodeIdx: number, matchIdx: number) {
312 if (this.matches === null) {
313 this.matches = [tNodeIdx, matchIdx];
314 } else {
315 this.matches.push(tNodeIdx, matchIdx);
316 }
317 }
318}
319
320/**

Callers 2

embeddedTViewMethod · 0.95

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected