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

Function rejectPendingStep8

background.js:5998–6003  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

5996}
5997
5998function rejectPendingStep8(error) {
5999 if (!step8PendingReject) return;
6000 const reject = step8PendingReject;
6001 step8PendingReject = null;
6002 reject(error);
6003}
6004
6005function throwIfStep8SettledOrStopped(isSettled = false) {
6006 if (isSettled || stopRequested) {

Callers 1

requestStopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected