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

Function startAutoRunLoop

background.js:5152–5154  ·  view source on GitHub ↗
(totalRuns, options = {})

Source from the content-addressed store, hash-verified

5150}
5151
5152function startAutoRunLoop(totalRuns, options = {}) {
5153 return autoRunController.startAutoRunLoop(totalRuns, options);
5154}
5155
5156async function autoRunLoop(totalRuns, options = {}) {
5157 return autoRunController.autoRunLoop(totalRuns, options);

Callers 2

launchAutoRunTimerPlanFunction · 0.70
resumeAutoRunFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected