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

Function isStopError

content/utils.js:48–51  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

46}
47
48function isStopError(error) {
49 const message = typeof error === 'string' ? error : error?.message;
50 return message === STOP_ERROR_MESSAGE;
51}
52
53function throwIfStopped() {
54 if (flowStopped) {

Callers 10

signup-page.jsFile · 0.70
mail-2925.jsFile · 0.70
vps-panel.jsFile · 0.70
inbucket-mail.jsFile · 0.70
duck-mail.jsFile · 0.70
icloud-mail.jsFile · 0.70
gmail-mail.jsFile · 0.70
mail-163.jsFile · 0.70
sub2api-panel.jsFile · 0.70
qq-mail.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected