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

Function mkdtemp

src/utils/command.ts:290–292  ·  view source on GitHub ↗
(prefix: string)

Source from the content-addressed store, hash-verified

288 },
289
290 mkdtemp(prefix: string): Promise<string> {
291 return fsPromises.mkdtemp(prefix);
292 },
293
294 tmpdir(): string {
295 return osTmpdir();

Callers 7

createMcpTestHarnessFunction · 0.85
createSocketPathFunction · 0.85
createSocketPathFunction · 0.85
tempLogPathFunction · 0.85

Calls 1

mkdtempMethod · 0.80

Tested by 3

createSocketPathFunction · 0.68
createSocketPathFunction · 0.68
tempLogPathFunction · 0.68