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

Function formatDebug

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

Source from the content-addressed store, hash-verified

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

Callers 1

makeHttpClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected