MCPcopy Create free account
hub / github.com/langgenius/dify / exit

Method exit

cli/src/errors/base.ts:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 exit(): ExitCodeValue {
27 return exitFor(this.code)
28 }
29
30 override toString(): string {
31 return this.hint

Callers 15

cli.tsFile · 0.45
mainFunction · 0.45
cli.tsFile · 0.45
runFunction · 0.45
errorFunction · 0.45
client.test.tsFile · 0.45
failFunction · 0.45
run.test.tsFile · 0.45
processExitFunction · 0.45
limit.test.tsFile · 0.45

Calls 1

exitForFunction · 0.90

Tested by

no test coverage detected