MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / logPathForWorkspaceKey

Function logPathForWorkspaceKey

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

Source from the content-addressed store, hash-verified

40}
41
42export function logPathForWorkspaceKey(key: string): string {
43 return join(getWorkspaceFilesystemLayout(key).logs, 'daemon.log');
44}
45
46export interface GetSocketPathOptions {
47 cwd?: string;

Callers 2

resolveDaemonLogPathFunction · 0.90

Calls 1

Tested by

no test coverage detected