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

Method csoundStart

wasm/nodejs/src/singlethread.js:126–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 }
125 case "csoundStart": {
126 const csoundStart = () => {
127 this.handleStart();
128 };
129
130 acc.start = csoundStart;
131 break;

Callers 2

startMethod · 0.45

Calls 1

handleStartMethod · 0.95

Tested by

no test coverage detected