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

Function getFloat64Memory0

packages/databus-wasm-nodejs/cjs/databus_wasm.js:114–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112let cachedFloat64Memory0 = null;
113
114function getFloat64Memory0() {
115 if (cachedFloat64Memory0 === null || cachedFloat64Memory0.byteLength === 0) {
116 cachedFloat64Memory0 = new Float64Array(wasm.memory.buffer);
117 }
118 return cachedFloat64Memory0;
119}
120
121let cachedTextDecoder = new TextDecoder('utf-8', { ignoreBOM: true, fatal: true });
122

Callers 1

databus_wasm.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected