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

Function shouldSkipLoginVerificationForCpaCallback

background.js:3329–3335  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

3327}
3328
3329function shouldSkipLoginVerificationForCpaCallback(state) {
3330 if (typeof navigationUtils !== 'undefined' && navigationUtils?.shouldSkipLoginVerificationForCpaCallback) {
3331 return navigationUtils.shouldSkipLoginVerificationForCpaCallback(state);
3332 }
3333 return getPanelMode(state) === 'cpa'
3334 && normalizeCpaCallbackMode(state?.cpaCallbackMode) === 'step6';
3335}
3336
3337function matchesSourceUrlFamily(source, candidateUrl, referenceUrl) {
3338 if (typeof navigationUtils !== 'undefined' && navigationUtils?.matchesSourceUrlFamily) {

Callers 1

runAutoSequenceFromStepFunction · 0.70

Calls 2

getPanelModeFunction · 0.70
normalizeCpaCallbackModeFunction · 0.70

Tested by

no test coverage detected