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

Function getStringFromWasm0

packages/databus-wasm-nodejs/cjs/databus_wasm.js:125–128  ·  view source on GitHub ↗
(ptr, len)

Source from the content-addressed store, hash-verified

123cachedTextDecoder.decode();
124
125function getStringFromWasm0(ptr, len) {
126 ptr = ptr >>> 0;
127 return cachedTextDecoder.decode(getUint8Memory0().subarray(ptr, ptr + len));
128}
129
130function debugString(val) {
131 // primitive types

Callers 3

json0_createMethod · 0.70
json0_applyMethod · 0.70
databus_wasm.jsFile · 0.70

Calls 2

getUint8Memory0Function · 0.70
decodeMethod · 0.45

Tested by

no test coverage detected