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

Function throwIfStep8SettledOrStopped

background.js:6005–6009  ·  view source on GitHub ↗
(isSettled = false)

Source from the content-addressed store, hash-verified

6003}
6004
6005function throwIfStep8SettledOrStopped(isSettled = false) {
6006 if (isSettled || stopRequested) {
6007 throw new Error(STOP_ERROR_MESSAGE);
6008 }
6009}
6010
6011async function ensureStep8SignupPageReady(tabId, options = {}) {
6012 await ensureContentScriptReadyOnTab('signup-page', tabId, {

Callers 1

executeStep8Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected