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

Function handleError

packages/databus-wasm-nodejs/cjs/databus_wasm.js:337–343  ·  view source on GitHub ↗
(f, args)

Source from the content-addressed store, hash-verified

335};
336
337function handleError(f, args) {
338 try {
339 return f.apply(this, args);
340 } catch (e) {
341 wasm.__wbindgen_exn_store(addHeapObject(e));
342 }
343}
344function __wbg_adapter_184(arg0, arg1, arg2, arg3) {
345 wasm.wasm_bindgen__convert__closures__invoke2_mut__h6f2d41a93fab5bb6(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
346}

Callers 1

databus_wasm.jsFile · 0.70

Calls 2

addHeapObjectFunction · 0.70
applyMethod · 0.45

Tested by

no test coverage detected