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

Function removeTempDirs

packages/node-sdk/test/session-runtime-helpers.ts:25–29  ·  view source on GitHub ↗
(tempDirs: string[])

Source from the content-addressed store, hash-verified

23}
24
25export async function removeTempDirs(tempDirs: string[]): Promise<void> {
26 for (const dir of tempDirs.splice(0)) {
27 await removeTempDir(dir);
28 }
29}
30
31export async function waitForAgentWireEvent(
32 homeDir: string,

Calls 1

removeTempDirFunction · 0.70

Tested by

no test coverage detected