MCPcopy
hub / github.com/angular/angular / toArray

Method toArray

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

* Returns a copy of the internal results list as an Array.

()

Source from the content-addressed store, hash-verified

129 * Returns a copy of the internal results list as an Array.
130 */
131 toArray(): T[] {
132 return this._results.slice();
133 }
134
135 toString(): string {
136 return this._results.toString();

Callers 14

query_list_spec.tsFile · 0.45
itemsQueryMethod · 0.45
query_spec.tsFile · 0.45
hmr_spec.tsFile · 0.45
executeTestFunction · 0.45
refreshSignalQueryFunction · 0.45
focusOnLastFocusedRowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected