MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / createTempDir

Function createTempDir

__tests__/extraction.test.ts:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22// Create a temporary directory for each test
23function createTempDir(): string {
24 return fs.mkdtempSync(path.join(os.tmpdir(), 'codegraph-test-'));
25}
26
27// Clean up temporary directory
28function cleanupTempDir(dir: string): void {

Callers 2

extraction.test.tsFile · 0.70
rustProjectFunction · 0.70

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected