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

Function getStringFromWasm0

packages/databus-wasm-nodejs/esm/databus_wasm_bg.js:130–133  ·  view source on GitHub ↗
(ptr, len)

Source from the content-addressed store, hash-verified

128cachedTextDecoder.decode();
129
130function getStringFromWasm0(ptr, len) {
131 ptr = ptr >>> 0;
132 return cachedTextDecoder.decode(getUint8Memory0().subarray(ptr, ptr + len));
133}
134
135function debugString(val) {
136 // primitive types

Calls 2

getUint8Memory0Function · 0.70
decodeMethod · 0.45

Tested by

no test coverage detected