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

Function collectResolvedTestSelectors

src/utils/test-preflight.ts:489–493  ·  view source on GitHub ↗
(preflight: TestPreflightResult)

Source from the content-addressed store, hash-verified

487}
488
489export function collectResolvedTestSelectors(preflight: TestPreflightResult): string[] {
490 return preflight.targets
491 .flatMap((target) => target.files.flatMap((file) => file.tests.map((test) => test.displayName)))
492 .sort();
493}
494
495export function formatTestSelectionSummary(preflight: TestPreflightResult): string | undefined {
496 if (

Callers 4

formatTestDiscoveryFunction · 0.85
createTestSelectionInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected