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

Method sleep

apps/kimi-code/src/cli/sub/server/kill.ts:42–42  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

40 signalPid(pid: number, signal: NodeJS.Signals): boolean;
41 pidAlive(pid: number): boolean;
42 sleep(ms: number): Promise<void>;
43 stdout: Pick<NodeJS.WriteStream, 'write'>;
44 now(): number;
45}

Callers 3

doEnsureFreshMethod · 0.80
loginMethod · 0.80
waitForExitFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected