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

Function closeAll

packages/server/test/helpers/serverHarness.ts:226–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

224
225/** Close every harness produced by `boot()`. Intended for `afterEach` cleanup. */
226export async function closeAll(): Promise<void> {
227 const pending = [...opened];
228 await Promise.all(pending.map((harness) => harness.close()));
229}

Callers 1

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected