MCPcopy Index your code
hub / github.com/CodeGraphContext/CodeGraphContext / ExitStatus

Class ExitStatus

website/public/wasm/web-tree-sitter.js:1806–1815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1804 }
1805 __name(createWasm, "createWasm");
1806 class ExitStatus {
1807 static {
1808 __name(this, "ExitStatus");
1809 }
1810 name = "ExitStatus";
1811 constructor(status) {
1812 this.message = `Program terminated with exit(${status})`;
1813 this.status = status;
1814 }
1815 }
1816 var GOT = {};
1817 var currentModuleWeakSymbols = /* @__PURE__ */ new Set([]);
1818 var GOTHandler = {

Callers

nothing calls this directly

Calls 1

__nameFunction · 0.85

Tested by

no test coverage detected