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

Function handleError

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

Source from the content-addressed store, hash-verified

267};
268
269function handleError(f, args) {
270 try {
271 return f.apply(this, args);
272 } catch (e) {
273 wasm.__wbindgen_exn_store(addHeapObject(e));
274 }
275}
276function __wbg_adapter_127(arg0, arg1, arg2, arg3) {
277 wasm.wasm_bindgen__convert__closures__invoke2_mut__h6f2d41a93fab5bb6(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
278}

Callers 1

databus_wasm.jsFile · 0.70

Calls 2

addHeapObjectFunction · 0.70
applyMethod · 0.45

Tested by

no test coverage detected