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

Function getInt32Memory0

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

Source from the content-addressed store, hash-verified

103let cachedInt32Memory0 = null;
104
105function getInt32Memory0() {
106 if (cachedInt32Memory0 === null || cachedInt32Memory0.byteLength === 0) {
107 cachedInt32Memory0 = new Int32Array(wasm.memory.buffer);
108 }
109 return cachedInt32Memory0;
110}
111
112let cachedFloat64Memory0 = null;
113

Callers 7

databus_wasm.jsFile · 0.70
json0_createMethod · 0.70
json0_applyMethod · 0.70
json0_transformMethod · 0.70
json0_transform_xMethod · 0.70
json0_invertMethod · 0.70
json0_composeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected