MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / mkdirRecursive

Function mkdirRecursive

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

Source from the content-addressed store, hash-verified

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