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

Function getWorkspacesDir

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

Source from the content-addressed store, hash-verified

33}
34
35export function getWorkspacesDir(): string {
36 return path.join(getXcodeBuildMCPAppDir(), 'workspaces');
37}
38
39function normalizeWorkspaceKey(workspaceKey: string): string {
40 const normalized = workspaceKey.trim();

Callers 4

log-paths.test.tsFile · 0.90

Calls 1

getXcodeBuildMCPAppDirFunction · 0.85

Tested by

no test coverage detected