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

Function getAutoRunRoundRetryCount

background/auto-run-controller.js:75–77  ·  view source on GitHub ↗
(summary)

Source from the content-addressed store, hash-verified

73 }
74
75 function getAutoRunRoundRetryCount(summary) {
76 return Math.max(0, Number(summary?.attempts || 0) - 1);
77 }
78
79 function formatAutoRunFailureReasons(reasons = []) {
80 if (!Array.isArray(reasons) || !reasons.length) {

Callers 1

logAutoRunFinalSummaryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected