MCPcopy
hub / github.com/QLHazyCoder/FlowPilot / throwIfStopped

Function throwIfStopped

background.js:4185–4189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4183}
4184
4185function throwIfStopped() {
4186 if (stopRequested) {
4187 throw new Error(STOP_ERROR_MESSAGE);
4188 }
4189}
4190
4191async function sleepWithStop(ms) {
4192 const start = Date.now();

Callers 15

fetchIcloudHideMyEmailFunction · 0.70
sleepWithStopFunction · 0.70
clickWithDebuggerFunction · 0.70
waitForStepCompleteFunction · 0.70
executeStepFunction · 0.70
executeStepAndWaitFunction · 0.70
background.jsFile · 0.70
waitForResumeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected