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

Function getInt32Memory0

packages/databus-wasm-web/databus_wasm.js:102–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 11

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
__wbg_get_importsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected