MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / handleError

Function handleError

out/cli.cjs:25604–25610  ·  view source on GitHub ↗
(f4, args)

Source from the content-addressed store, hash-verified

25602 return getUint8Memory0().subarray(ptr / 1, ptr / 1 + len);
25603 }
25604 function handleError(f4, args) {
25605 try {
25606 return f4.apply(this, args);
25607 } catch (e3) {
25608 wasm.__wbindgen_export_3(addHeapObject(e3));
25609 }
25610 }
25611 var TiktokenFinalization = new FinalizationRegistry((ptr) => wasm.__wbg_tiktoken_free(ptr >>> 0));
25612 var Tiktoken2 = class {
25613 /**

Calls 1

addHeapObjectFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…