MCPcopy Create free account
hub / github.com/blacksmithgu/datacore / concat

Method concat

src/api/data-array.ts:253–255  ·  view source on GitHub ↗
(other: DataArray<T>)

Source from the content-addressed store, hash-verified

251 }
252
253 public concat(other: DataArray<T>): DataArray<T> {
254 return this.lwrap(this.values.concat((other as DataArrayImpl<T>).values));
255 }
256
257 /** Return the first index of the given (optionally starting the search) */
258 public indexOf(element: T, fromIndex?: number): number {

Callers

nothing calls this directly

Calls 2

lwrapMethod · 0.95
concatMethod · 0.65

Tested by

no test coverage detected