MCPcopy 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

launchAppOnDeviceFunction · 0.80
installXcodemakeFunction · 0.80
listAvailableDevicesFunction · 0.80
getSystemInfoFunction · 0.80
discoverDevicesFunction · 0.80
createScreenshotExecutorFunction · 0.80
normalizeSnapshotOutputFunction · 0.80

Calls

no outgoing calls

Tested by 1

tempLogPathFunction · 0.64