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

Function releaseWait

apps/kimi-code/test/cli/run-prompt.test.ts:664–664  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

662
663 it('flushes stream-json assistant output before waiting for background tasks', async () => {
664 let releaseWait: () => void = () => {};
665 const waitGate = new Promise<void>((resolve) => {
666 releaseWait = resolve;
667 });

Callers 1

run-prompt.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected