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

Function resolveWorkspaceKey

src/utils/result-bundle-path.ts:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9const RESULT_BUNDLE_COMPLETION_MARKER_SUFFIX = '.xcodebuildmcp-completed';
10
11function resolveWorkspaceKey(): string {
12 return getRuntimeInstanceIfConfigured()?.workspaceKey ?? workspaceKeyForRoot(process.cwd());
13}
14
15export function getResultBundleCompletionMarkerPath(resultBundlePath: string): string {
16 return `${resultBundlePath}${RESULT_BUNDLE_COMPLETION_MARKER_SUFFIX}`;

Callers 1

Calls 2

workspaceKeyForRootFunction · 0.90

Tested by

no test coverage detected