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