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

Function version

wasm/browser/script/polyfilled-transformer.js:30–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 * @returns {string}
29 */
30export function version() {
31 const retptr = 8;
32 const ret = wasm.exports.version(retptr);
33 const memi32 = getInt32Memory();
34 const v0 = getStringFromWasm(memi32[retptr / 4 + 0], memi32[retptr / 4 + 1]).slice();
35 wasm.exports.__wbindgen_free(memi32[retptr / 4 + 0], memi32[retptr / 4 + 1] * 1);
36 return v0;
37}
38
39let WASM_VECTOR_LEN = 0;
40

Callers

nothing calls this directly

Calls 3

getInt32MemoryFunction · 0.85
getStringFromWasmFunction · 0.85
versionMethod · 0.80

Tested by

no test coverage detected