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

Function createStep6RecoverableResult

content/signup-page.js:1050–1059  ·  view source on GitHub ↗
(reason, snapshot, options = {})

Source from the content-addressed store, hash-verified

1048}
1049
1050function createStep6RecoverableResult(reason, snapshot, options = {}) {
1051 return {
1052 step6Outcome: 'recoverable',
1053 reason,
1054 state: snapshot?.state || 'unknown',
1055 url: snapshot?.url || location.href,
1056 message: options.message || '',
1057 loginVerificationRequestedAt: options.loginVerificationRequestedAt || null,
1058 };
1059}
1060
1061function normalizeStep6Snapshot(snapshot) {
1062 if (snapshot?.state !== 'oauth_consent_page') {

Calls

no outgoing calls

Tested by

no test coverage detected