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

Function startAutoRunLoop

background/auto-run-controller.js:240–244  ·  view source on GitHub ↗
(totalRuns, options = {})

Source from the content-addressed store, hash-verified

238 }
239
240 function startAutoRunLoop(totalRuns, options = {}) {
241 autoRunLoop(totalRuns, options).catch((error) => {
242 handleAutoRunLoopUnhandledError(error).catch(() => {});
243 });
244 }
245
246 async function autoRunLoop(totalRuns, options = {}) {
247 let currentRuntime = runtime.get();

Callers 1

handleMessageFunction · 0.70

Calls 2

autoRunLoopFunction · 0.70

Tested by

no test coverage detected