MCPcopy Index your code
hub / github.com/microsoft/SandDance / push

Function push

packages/vega-deck.gl/src/array.ts:20–22  ·  view source on GitHub ↗
(arr: T[], items: T[])

Source from the content-addressed store, hash-verified

18 * @param items Arrof of items to append.
19 */
20export function push<T>(arr: T[], items: T[]) {
21 arr.push.apply(arr, items);
22}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected