Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
createMcpTestHarness
Function · 0.85
createSocketPath
Function · 0.85
createSocketPath
Function · 0.85
run-directory.test.ts
File · 0.85
simulator-lifecycle.test.ts
File · 0.85
tempLogPath
Function · 0.85
claude-ui-benchmark.test.ts
File · 0.85
Calls
1
mkdtemp
Method · 0.80
Tested by
3
createSocketPath
Function · 0.68
createSocketPath
Function · 0.68
tempLogPath
Function · 0.68