MCPcopy
hub / github.com/angular/angular / forEach

Method forEach

packages/core/src/linker/query_list.ts:116–118  ·  view source on GitHub ↗

* See * [Array.forEach](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach)

(fn: (item: T, index: number, array: T[]) => void)

Source from the content-addressed store, hash-verified

114 * [Array.forEach](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach)
115 */
116 forEach(fn: (item: T, index: number, array: T[]) => void): void {
117 this._results.forEach(fn);
118 }
119
120 /**
121 * See

Callers 15

visitClassDeclarationMethod · 0.45
diffTextFunction · 0.45
markClassIncompatibleMethod · 0.45
analyzeMethod · 0.45
executeAnalysisPhaseFunction · 0.45
containsThisReferencesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected