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

Function handleError

packages/databus-wasm-web/databus_wasm.js:334–340  ·  view source on GitHub ↗
(f, args)

Source from the content-addressed store, hash-verified

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

Callers 1

__wbg_get_importsFunction · 0.70

Calls 2

addHeapObjectFunction · 0.70
applyMethod · 0.45

Tested by

no test coverage detected