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

Function __wbindgen_debug_string

packages/databus-wasm-web/databus_wasm_bg.js:726–732  ·  view source on GitHub ↗
(arg0, arg1)

Source from the content-addressed store, hash-verified

724}, arguments) };
725
726export function __wbindgen_debug_string(arg0, arg1) {
727 const ret = debugString(getObject(arg1));
728 const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
729 const len1 = WASM_VECTOR_LEN;
730 getInt32Memory0()[arg0 / 4 + 1] = len1;
731 getInt32Memory0()[arg0 / 4 + 0] = ptr1;
732};
733
734export function __wbindgen_throw(arg0, arg1) {
735 throw new Error(getStringFromWasm0(arg0, arg1));

Callers

nothing calls this directly

Calls 4

debugStringFunction · 0.70
getObjectFunction · 0.70
passStringToWasm0Function · 0.70
getInt32Memory0Function · 0.70

Tested by

no test coverage detected