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

Method once

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

Source from the content-addressed store, hash-verified

83
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}

Callers 15

openMethod · 0.65
runFunction · 0.65
event.test.tsFile · 0.65
turn.test.tsFile · 0.65
onceMethod · 0.65
onceAnyMethod · 0.65
compactedOversizedPoolFunction · 0.65
full.test.tsFile · 0.65
micro.test.tsFile · 0.65

Calls

no outgoing calls

Tested by 15

compactedOversizedPoolFunction · 0.52
openConnFunction · 0.52
openConnFunction · 0.52
openSessionListListenerFunction · 0.52
openConnFunction · 0.52
listenOnPortFunction · 0.52
openConnFunction · 0.52
openConnFunction · 0.52
expectRejectedFunction · 0.52
openConnFunction · 0.52
expectRejectedFunction · 0.52
openSubscriberFunction · 0.52