MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / serializeAutoRunRoundSummaries

Function serializeAutoRunRoundSummaries

background.js:5120–5122  ·  view source on GitHub ↗
(totalRuns, roundSummaries = [])

Source from the content-addressed store, hash-verified

5118}
5119
5120function serializeAutoRunRoundSummaries(totalRuns, roundSummaries = []) {
5121 return autoRunController.serializeAutoRunRoundSummaries(totalRuns, roundSummaries);
5122}
5123
5124function getAutoRunRoundRetryCount(summary) {
5125 return autoRunController.getAutoRunRoundRetryCount(summary);

Callers 5

launchAutoRunTimerPlanFunction · 0.70
scheduleAutoRunFunction · 0.70
requestStopFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected