MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / mkdir

Method mkdir

src/utils/FileSystemExecutor.ts:7–7  ·  view source on GitHub ↗
(path: string, options?: { recursive?: boolean })

Source from the content-addressed store, hash-verified

5
6export interface FileSystemExecutor {
7 mkdir(path: string, options?: { recursive?: boolean }): Promise<void>;
8 readFile(path: string, encoding?: BufferEncoding): Promise<string>;
9 writeFile(path: string, content: string, encoding?: BufferEncoding): Promise<void>;
10 createWriteStream(path: string, options?: { flags?: string }): WriteStream;

Callers 15

touchCleanupMarkerFunction · 0.80
pruneKnownLogDirectoryFunction · 0.80
downloadTemplateMethod · 0.80
mkdirFunction · 0.80
installXcodemakeFunction · 0.80
createLockFunction · 0.80
tryAcquireFsLockFunction · 0.80
ensureRegistryDirFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected