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

Function isStopError

background.js:3551–3554  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

3549}
3550
3551function isStopError(error) {
3552 const message = typeof error === 'string' ? error : error?.message;
3553 return message === STOP_ERROR_MESSAGE;
3554}
3555
3556function isRetryableContentScriptTransportError(error) {
3557 const message = String(typeof error === 'string' ? error : error?.message || '');

Callers 10

executeStepFunction · 0.70
handleMessageFunction · 0.50
autoRunLoopFunction · 0.50
resolveVerificationStepFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected