MCPcopy Index your code
hub / github.com/callstack/agent-device / colorizeProgressMarker

Function colorizeProgressMarker

src/replay/test/progress.ts:221–223  ·  view source on GitHub ↗
(text: string, format: Parameters<typeof colorize>[1])

Source from the content-addressed store, hash-verified

219}
220
221function colorizeProgressMarker(text: string, format: Parameters<typeof colorize>[1]): string {
222 return colorize(text, format, { validateStream: false });
223}
224
225function formatReplayTestProgressShardSuffix(
226 event: ReplayTestResult | ReplayTestStep,

Calls 1

colorizeFunction · 0.90

Tested by

no test coverage detected