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

Function registryPathForWorkspaceKey

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

Source from the content-addressed store, hash-verified

36}
37
38export function registryPathForWorkspaceKey(key: string): string {
39 return join(getWorkspaceFilesystemLayout(key).state, 'daemon', 'daemon.json');
40}
41
42export function logPathForWorkspaceKey(key: string): string {
43 return join(getWorkspaceFilesystemLayout(key).logs, 'daemon.log');

Callers 5

writeDaemonRegistryEntryFunction · 0.90
readDaemonRegistryEntryFunction · 0.90

Calls 1

Tested by

no test coverage detected