Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
31
export
function
getXcodeBuildMCPAppDir(): string {
32
return
appDirOverrideForTests ?? APP_DIR;
33
}
34
35
export
function
getWorkspacesDir(): string {
36
return
path.join(getXcodeBuildMCPAppDir(),
'workspaces'
);
Callers
1
getWorkspacesDir
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected