Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/XcodeBuildMCP
/ tmpdir
Method
tmpdir
src/utils/FileSystemExecutor.ts:17–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
stat(path: string): Promise<{ isDirectory(): boolean; mtimeMs: number }>;
16
mkdtemp(prefix: string): Promise<string>;
17
tmpdir(): string;
18
}
Callers
14
launchAppOnDevice
Function · 0.80
installXcodemake
Function · 0.80
listAvailableDevices
Function · 0.80
getSystemInfo
Function · 0.80
discoverDevices
Function · 0.80
createScreenshotExecutor
Function · 0.80
normalizeSnapshotOutput
Function · 0.80
registerCoverageSnapshotSuite
Function · 0.80
registerSimulatorSnapshotSuite
Function · 0.80
registerMacosSnapshotSuite
Function · 0.80
registerProjectDiscoverySnapshotSuite
Function · 0.80
run-directory.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
1
tempLogPath
Function · 0.64