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

Function executeStep9

background/steps/platform-verify.js:24–29  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

22 } = deps;
23
24 async function executeStep9(state) {
25 if (getPanelMode(state) === 'sub2api') {
26 return executeSub2ApiStep9(state);
27 }
28 return executeCpaStep9(state);
29 }
30
31 async function executeCpaStep9(state) {
32 if (state.localhostUrl && !isLocalhostOAuthCallbackUrl(state.localhostUrl)) {

Callers

nothing calls this directly

Calls 3

executeSub2ApiStep9Function · 0.85
executeCpaStep9Function · 0.85
getPanelModeFunction · 0.50

Tested by

no test coverage detected