MCPcopy Create free account
hub / github.com/Noumena-Network/code / makeTempDir

Function makeTempDir

src/utils/ide.test.ts:35–39  ·  view source on GitHub ↗
(prefix: string)

Source from the content-addressed store, hash-verified

33})
34
35function makeTempDir(prefix: string): string {
36 const dir = mkdtempSync(join(tmpdir(), `${prefix}-`))
37 tempDirs.push(dir)
38 return dir
39}
40
41describe('IDE lockfile discovery', () => {
42 test('uses NCode IDE lockfile paths under isolated config', async () => {

Callers 1

ide.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected