MCPcopy
hub / github.com/angular/angular / find

Method find

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

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

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

Source from the content-addressed store, hash-verified

98 * [Array.find](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find)
99 */
100 find(fn: (item: T, index: number, array: T[]) => boolean): T | undefined {
101 return this._results.find(fn);
102 }
103
104 /**
105 * See

Callers 15

constructorMethod · 0.45
_findPluginForMethod · 0.45
removeAssetFromCacheFunction · 0.45
versionFailedMethod · 0.45
needToRevalidateFunction · 0.45
'delete'Method · 0.45
matchMethod · 0.45
binding_spec.tsFile · 0.45
_getI18nAttrFunction · 0.45

Calls

no outgoing calls

Tested by 2

testFunction · 0.36