Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
4185
function
throwIfStopped() {
4186
if
(stopRequested) {
4187
throw
new
Error(STOP_ERROR_MESSAGE);
4188
}
4189
}
4190
4191
async
function
sleepWithStop(ms) {
4192
const
start = Date.now();
Callers
15
pollHotmailVerificationCodeViaLocalHelper
Function · 0.70
pollHotmailVerificationCode
Function · 0.70
pollLuckmailVerificationCode
Function · 0.70
pollCloudflareTempEmailVerificationCode
Function · 0.70
fetchIcloudHideMyEmail
Function · 0.70
sleepWithStop
Function · 0.70
clickWithDebugger
Function · 0.70
waitForStepComplete
Function · 0.70
executeStep
Function · 0.70
executeStepAndWait
Function · 0.70
background.js
File · 0.70
waitForResume
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected