MCPcopy
hub / github.com/deepnote/deepnote / createTempDir

Function createTempDir

packages/cli/src/commands/convert.test.ts:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17import { createConvertAction } from './convert'
18
19async function createTempDir(): Promise<string> {
20 return fs.mkdtemp(join(os.tmpdir(), 'deepnote-convert-test-'))
21}
22
23async function cleanupTempDir(dirPath: string): Promise<void> {
24 try {

Callers 1

convert.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected