MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / cleanupTempDir

Function cleanupTempDir

tests/mocks/file-system.ts:9–11  ·  view source on GitHub ↗
(dir: string)

Source from the content-addressed store, hash-verified

7}
8
9export async function cleanupTempDir(dir: string): Promise<void> {
10 await rm(dir, { recursive: true, force: true })
11}
12
13export async function writeTempFile(
14 dir: string,

Calls 1

rmFunction · 0.85

Tested by

no test coverage detected