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

Function getXcodeBuildMCPAppDir

src/utils/log-paths.ts:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31export function getXcodeBuildMCPAppDir(): string {
32 return appDirOverrideForTests ?? APP_DIR;
33}
34
35export function getWorkspacesDir(): string {
36 return path.join(getXcodeBuildMCPAppDir(), 'workspaces');

Callers 1

getWorkspacesDirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected