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

Function createAutoRunRoundSummary

background/auto-run-controller.js:36–44  ·  view source on GitHub ↗
(round)

Source from the content-addressed store, hash-verified

34 } = deps;
35
36 function createAutoRunRoundSummary(round) {
37 return {
38 round,
39 status: 'pending',
40 attempts: 0,
41 failureReasons: [],
42 finalFailureReason: '',
43 };
44 }
45
46 function normalizeAutoRunRoundSummary(summary, round) {
47 const base = createAutoRunRoundSummary(round);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected