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

Function nextReplayTestProgressSpinnerFrame

src/replay/test/progress.ts:77–82  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

75}
76
77function nextReplayTestProgressSpinnerFrame(index: number): string {
78 return (
79 REPLAY_TEST_PROGRESS_SPINNER.frames[index % REPLAY_TEST_PROGRESS_SPINNER.frames.length] ??
80 REPLAY_TEST_PROGRESS_SPINNER.frames[0]!
81 );
82}
83
84function formatReplayTestProgressEvent(
85 event: ReplayTestResult,

Callers 1

renderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected