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

Function mkdirRecursive

src/utils/worktree.ts:94–96  ·  view source on GitHub ↗
(dirPath: string)

Source from the content-addressed store, hash-verified

92
93// Helper function to create directories recursively
94async function mkdirRecursive(dirPath: string): Promise<void> {
95 await mkdir(dirPath, { recursive: true })
96}
97
98/**
99 * Symlinks directories from the main repository to avoid duplication.

Callers 1

performPostCreationSetupFunction · 0.85

Calls 1

mkdirFunction · 0.85

Tested by

no test coverage detected