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

Function formatTestPreflight

src/utils/test-preflight.ts:545–550  ·  view source on GitHub ↗
(
  preflight: TestPreflightResult,
  options: { maxListedTests?: number } = {},
)

Source from the content-addressed store, hash-verified

543 * Retained for backward compatibility with existing tests.
544 */
545export function formatTestPreflight(
546 preflight: TestPreflightResult,
547 options: { maxListedTests?: number } = {},
548): string {
549 return formatTestDiscovery(preflight, options);
550}

Callers 1

Calls 1

formatTestDiscoveryFunction · 0.85

Tested by

no test coverage detected