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

Function buildAutoRunRoundSummaries

background/auto-run-controller.js:64–66  ·  view source on GitHub ↗
(totalRuns, rawSummaries = [])

Source from the content-addressed store, hash-verified

62 }
63
64 function buildAutoRunRoundSummaries(totalRuns, rawSummaries = []) {
65 return Array.from({ length: totalRuns }, (_, index) => normalizeAutoRunRoundSummary(rawSummaries[index], index + 1));
66 }
67
68 function serializeAutoRunRoundSummaries(totalRuns, roundSummaries = []) {
69 return buildAutoRunRoundSummaries(totalRuns, roundSummaries).map((summary) => ({

Callers 3

logAutoRunFinalSummaryFunction · 0.70
autoRunLoopFunction · 0.70

Calls 1

Tested by

no test coverage detected