MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / formatDurationSeconds

Function formatDurationSeconds

src/utils/renderers/domain-result-text.ts:330–332  ·  view source on GitHub ↗
(durationMs: number)

Source from the content-addressed store, hash-verified

328}
329
330function formatDurationSeconds(durationMs: number): string {
331 return `${(durationMs / 1000).toFixed(1)}s`;
332}
333
334function formatTestFailureEntry(entry: { suite: string; test: string; message: string }): string {
335 const identity = [entry.suite, entry.test].filter(Boolean).join(' / ');

Callers 1

createAppPathItemsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected