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

Function getInt32Memory0

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

Source from the content-addressed store, hash-verified

39let cachedInt32Memory0 = null;
40
41function getInt32Memory0() {
42 if (cachedInt32Memory0 === null || cachedInt32Memory0.byteLength === 0) {
43 cachedInt32Memory0 = new Int32Array(wasm.memory.buffer);
44 }
45 return cachedInt32Memory0;
46}
47
48let WASM_VECTOR_LEN = 0;
49

Callers 2

__wbg_adapter_22Function · 0.70
databus_wasm.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected