MCPcopy Index your code
hub / github.com/deepnote/deepnote / cleanupTempDir

Function cleanupTempDir

packages/cli/src/commands/convert.test.ts:23–29  ·  view source on GitHub ↗
(dirPath: string)

Source from the content-addressed store, hash-verified

21}
22
23async function cleanupTempDir(dirPath: string): Promise<void> {
24 try {
25 await fs.rm(dirPath, { recursive: true, force: true })
26 } catch {
27 // Ignore cleanup errors
28 }
29}
30
31describe('convert command', () => {
32 let program: Command

Callers 1

convert.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected