MCPcopy Index your code
hub / github.com/codeaashu/claude-code / mkdirRecursive

Function mkdirRecursive

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

Source from the content-addressed store, hash-verified

88
89// Helper function to create directories recursively
90async function mkdirRecursive(dirPath: string): Promise<void> {
91 await mkdir(dirPath, { recursive: true })
92}
93
94/**
95 * 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