(totalRuns, roundSummaries = [])
| 5118 | } |
| 5119 | |
| 5120 | function serializeAutoRunRoundSummaries(totalRuns, roundSummaries = []) { |
| 5121 | return autoRunController.serializeAutoRunRoundSummaries(totalRuns, roundSummaries); |
| 5122 | } |
| 5123 | |
| 5124 | function getAutoRunRoundRetryCount(summary) { |
| 5125 | return autoRunController.getAutoRunRoundRetryCount(summary); |
no outgoing calls
no test coverage detected