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

Method off

apps/kimi-code/src/cli/run-prompt.ts:86–86  ·  view source on GitHub ↗
(signal: NodeJS.Signals, listener: () => Promise<void>)

Source from the content-addressed store, hash-verified

84interface PromptProcess {
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

Callers 15

uninstallCrashHandlersFunction · 0.65
step.test.tsFile · 0.65
onEventMethod · 0.65
handlerFunction · 0.65
startCallbackServerFunction · 0.65
unbindSigusr1Method · 0.65
disposeMethod · 0.65
_destroyMethod · 0.65
onSpawnFunction · 0.65
onErrorFunction · 0.65
runAcpServerFunction · 0.65
listenFunction · 0.65

Calls

no outgoing calls

Tested by 2

handlerFunction · 0.52
listenFunction · 0.52