MCPcopy
hub / github.com/angular/angular / some

Method some

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

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

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

Source from the content-addressed store, hash-verified

122 * [Array.some](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/some)
123 */
124 some(fn: (value: T, index: number, array: T[]) => boolean): boolean {
125 return this._results.some(fn);
126 }
127
128 /**
129 * Returns a copy of the internal results list as an Array.

Callers 15

hasAbstractModifierFunction · 0.80
hasOverrideModifierFunction · 0.80
applyWithProgramMethod · 0.80
happy_spec.tsFile · 0.80
handleFetchMethod · 0.80
handleFetchFunction · 0.80
initializeFullyMethod · 0.80
isNavigationRequestMethod · 0.80
acceptsTextHtmlMethod · 0.80
_scopeSelectorsMethod · 0.80
_visitElementLikeMethod · 0.80

Calls

no outgoing calls

Tested by 1