MCPcopy Create free account
hub / github.com/callstack/agent-device / replayPassLine

Function replayPassLine

src/__tests__/daemon-client-progress.test.ts:76–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74}
75
76function replayPassLine(): string {
77 return JSON.stringify({
78 type: 'progress',
79 event: {
80 type: 'replay-test',
81 file: '/tmp/tab-view-coverflow.yml',
82 title: 'Tab View - Coverflow',
83 status: 'pass',
84 index: 1,
85 total: 1,
86 attempt: 1,
87 maxAttempts: 1,
88 durationMs: 17_800,
89 },
90 });
91}
92
93function responseLine(data: Record<string, unknown>): string {
94 return JSON.stringify({

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…