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

Function createTempDir

__tests__/security.test.ts:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20import { QueryBuilder } from '../src/db/queries';
21
22function createTempDir(): string {
23 return fs.mkdtempSync(path.join(os.tmpdir(), 'codegraph-security-test-'));
24}
25
26function cleanupTempDir(dir: string): void {
27 if (fs.existsSync(dir)) {

Callers 1

security.test.tsFile · 0.70

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected