MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / xcode-process.test.ts

File xcode-process.test.ts

src/utils/__tests__/xcode-process.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest';
2import { detectXcodeRuntime, isRunningUnderXcode } from '../xcode-process.ts';
3import { createCommandMatchingMockExecutor } from '../../test-utils/mock-executors.ts';
4

Callers

nothing calls this directly

Calls 3

isRunningUnderXcodeFunction · 0.90
detectXcodeRuntimeFunction · 0.90

Tested by

no test coverage detected