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

Function replayTestProgressResultBase

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

Source from the content-addressed store, hash-verified

361}
362
363function replayTestProgressResultBase(event: ReplayTestResult) {
364 return {
365 file: event.file,
366 title: event.title,
367 durationMs: event.durationMs ?? 0,
368 attempts: event.attempt ?? 1,
369 artifactsDir: event.artifactsDir,
370 session: event.session ?? '',
371 };
372}

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…