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

Function shouldBypassStep9ForLocalCpa

background/navigation-utils.js:87–91  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

85 }
86
87 function shouldBypassStep9ForLocalCpa(state) {
88 return normalizeLocalCpaStep9Mode(state?.localCpaStep9Mode) === 'bypass'
89 && Boolean(state?.localhostUrl)
90 && isLocalCpaUrl(state?.vpsUrl);
91 }
92
93 function shouldSkipLoginVerificationForCpaCallback(state) {
94 return getPanelMode(state) === 'cpa'

Callers 1

executeCpaStep9Function · 0.50

Calls 2

isLocalCpaUrlFunction · 0.70

Tested by

no test coverage detected