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

Method callback

wasm/browser/src/mains/spn.main.js:249–250  ·  view source on GitHub ↗
(...arguments_)

Source from the content-addressed store, hash-verified

247 accumulator.fs = accumulator.fs || {};
248 const reference = csoundApi[apiName];
249 const callback = async (...arguments_) =>
250 makeSingleThreadCallback(this.wasm, csoundApi[apiName]).apply({}, arguments_);
251 callback.toString = reference.toString;
252 accumulator.fs[apiName] = callback;
253 } else {

Callers

nothing calls this directly

Calls 1

makeSingleThreadCallbackFunction · 0.90

Tested by

no test coverage detected