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

Function processExit

cli/src/sys/index.ts:13–15  ·  view source on GitHub ↗
(code: number)

Source from the content-addressed store, hash-verified

11}
12
13export function processExit(code: number): never {
14 return process.exit(code) as never
15}
16
17export function io() {
18 return {

Callers

nothing calls this directly

Calls 1

exitMethod · 0.45

Tested by

no test coverage detected