MCPcopy Create free account
hub / github.com/csound/csound / clearArray

Function clearArray

wasm/browser/src/utils/clear-array.js:1–5  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

1export function clearArray(array) {
2 while (array.length > 0) {
3 array.pop();
4 }
5}

Callers 7

releaseStartPromiseMethod · 0.90
releaseStopPromiseMethod · 0.90
releasePausePromiseMethod · 0.90
releaseResumePromiseMethod · 0.90
processMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected