MCPcopy
hub / github.com/bugy/script-server / clearArray

Function clearArray

web-src/src/common/utils/common.js:223–225  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

221}
222
223export function clearArray(array) {
224 array.splice(0, array.length);
225}
226
227export function guid(length) {
228 function s4() {

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected