MCPcopy
hub / github.com/Splidejs/splide / empty

Function empty

src/js/utils/array/empty/empty.ts:6–8  ·  view source on GitHub ↗
( array: any[] )

Source from the content-addressed store, hash-verified

4 * @param array - A array to empty.
5 */
6export function empty( array: any[] ): void {
7 array.length = 0;
8}

Callers 9

initFunction · 0.90
destroyFunction · 0.90
destroyFunction · 0.90
destroyFunction · 0.90
destroyFunction · 0.90
destroyFunction · 0.90
empty.test.tsFile · 0.90
destroyFunction · 0.90
destroyMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…