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

Function replayTestCompletionProgressKey

src/replay/test/progress.ts:261–264  ·  view source on GitHub ↗
(event: ReplayTestResult)

Source from the content-addressed store, hash-verified

259}
260
261function replayTestCompletionProgressKey(event: ReplayTestResult): string {
262 const shard = typeof event.shardIndex === 'number' ? event.shardIndex : '';
263 return [event.status, event.index, event.total, event.file, event.title ?? '', shard].join('\0');
264}
265
266function clearLinePrefix(text: string): string {
267 return `\r\x1B[2K${text}`;

Callers 1

renderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected