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

Function getInt32Memory0

packages/databus-wasm-nodejs/esm/databus_wasm_bg.js:108–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 15

json0_seriFunction · 0.70
json0_inverseFunction · 0.70
action_set_cellFunction · 0.70
action_add_recordFunction · 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
__wbindgen_string_getFunction · 0.70
__wbindgen_number_getFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected