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

Method mkdtemp

src/utils/FileSystemExecutor.ts:16–16  ·  view source on GitHub ↗
(prefix: string)

Source from the content-addressed store, hash-verified

14 existsSync(path: string): boolean;
15 stat(path: string): Promise<{ isDirectory(): boolean; mtimeMs: number }>;
16 mkdtemp(prefix: string): Promise<string>;
17 tmpdir(): string;
18}

Callers 1

mkdtempFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected