MCPcopy Create free account
hub / github.com/sourcebot-dev/sourcebot / abort

Function abort

packages/db/tools/utils.ts:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9}
10
11export const abort = () => {
12 console.log("Aborted.");
13 process.exit(0);
14};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected