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

Function wait

packages/pi-tui/test/stdin-buffer.test.ts:32–34  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

30
31 // Helper to wait for async operations
32 async function wait(ms: number): Promise<void> {
33 return new Promise((resolve) => setTimeout(resolve, ms));
34 }
35
36 describe("Regular Characters", () => {
37 it("should pass through regular characters immediately", () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected