MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / exit

Method exit

apps/kimi-code/src/cli/run-prompt.ts:87–87  ·  view source on GitHub ↗
(code?: number)

Source from the content-addressed store, hash-verified

85 once(signal: NodeJS.Signals, listener: () => Promise<void>): unknown;
86 off(signal: NodeJS.Signals, listener: () => Promise<void>): unknown;
87 exit(code?: number): never | void;
88}
89
90const PROMPT_UI_MODE = 'print';

Calls

no outgoing calls

Tested by

no test coverage detected