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

Function getUint8Memory0

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

Source from the content-addressed store, hash-verified

50let cachedUint8Memory0 = null;
51
52function getUint8Memory0() {
53 if (cachedUint8Memory0 === null || cachedUint8Memory0.byteLength === 0) {
54 cachedUint8Memory0 = new Uint8Array(wasm.memory.buffer);
55 }
56 return cachedUint8Memory0;
57}
58
59let cachedTextEncoder = new TextEncoder('utf-8');
60

Callers 2

passStringToWasm0Function · 0.70
getStringFromWasm0Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected