MCPcopy Create free account
hub / github.com/TestSprite/testsprite-cli / formatDryRunDebug

Function formatDryRunDebug

src/lib/client-factory.ts:181–183  ·  view source on GitHub ↗
(event: DebugEvent)

Source from the content-addressed store, hash-verified

179}
180
181function formatDryRunDebug(event: DebugEvent): string {
182 return `[debug ${new Date().toISOString()}] ${JSON.stringify({ ...event, mode: 'dry-run' })}`;
183}

Callers 1

makeHttpClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected