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

Function daemonRunDir

src/daemon/socket-path.ts:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21export function daemonRunDir(): string {
22 return daemonRunDirOverrideForTests ?? tmpdir();
23}
24
25export function setDaemonRunDirOverrideForTests(dir: string | null): void {
26 daemonRunDirOverrideForTests = dir;

Callers 1

daemonDirForWorkspaceKeyFunction · 0.85

Calls 1

tmpdirFunction · 0.85

Tested by

no test coverage detected