MCPcopy
hub / github.com/Fission-AI/OpenSpec / mkdir

Function mkdir

test/core/references.test.ts:45–49  ·  view source on GitHub ↗
(relativePath: string)

Source from the content-addressed store, hash-verified

43 });
44
45 function mkdir(relativePath: string): string {
46 const dir = path.join(tempDir, relativePath);
47 fs.mkdirSync(dir, { recursive: true });
48 return dir;
49 }
50
51 async function registerStore(
52 id: string,

Callers 3

registerStoreFunction · 0.70
appRootFunction · 0.70
references.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected