MCPcopy Create free account
hub / github.com/apitable/apitable / getFloat64Memory0

Function getFloat64Memory0

packages/databus-wasm-nodejs/databus_wasm.js:32–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30let cachedFloat64Memory0 = null;
31
32function getFloat64Memory0() {
33 if (cachedFloat64Memory0 === null || cachedFloat64Memory0.byteLength === 0) {
34 cachedFloat64Memory0 = new Float64Array(wasm.memory.buffer);
35 }
36 return cachedFloat64Memory0;
37}
38
39let cachedInt32Memory0 = null;
40

Callers 1

databus_wasm.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected