MCPcopy Create free account
hub / github.com/QLHazyCoder/FlowPilot / isStep6RecoverableResult

Function isStep6RecoverableResult

background.js:5810–5812  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

5808}
5809
5810function isStep6RecoverableResult(result) {
5811 return result?.step6Outcome === 'recoverable';
5812}
5813
5814function isAddPhoneAuthUrl(url) {
5815 return /https:\/\/auth\.openai\.com\/add-phone(?:[/?#]|$)/i.test(String(url || '').trim());

Callers 1

executeStep6Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected