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

Function daemonDirForWorkspaceKey

src/daemon/socket-path.ts:29–31  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

27}
28
29export function daemonDirForWorkspaceKey(key: string): string {
30 return join(daemonRunDir(), `xcodebuildmcp-${compactWorkspaceKey(key)}`);
31}
32
33export function socketPathForWorkspaceRoot(workspaceRoot: string): string {
34 const key = workspaceKeyForRoot(workspaceRoot);

Callers 3

createEntryFunction · 0.90
createEntryFunction · 0.90

Calls 2

daemonRunDirFunction · 0.85
compactWorkspaceKeyFunction · 0.85

Tested by 2

createEntryFunction · 0.72
createEntryFunction · 0.72