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

Function executeStep1

background/steps/open-chatgpt.js:11–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 } = deps;
10
11 async function executeStep1() {
12 await addLog('步骤 1:正在打开 ChatGPT 官网...');
13 await ensureSignupEntryPageReady(1);
14 await completeStepFromBackground(1, {});
15 }
16
17 return { executeStep1 };
18 }

Callers

nothing calls this directly

Calls 3

addLogFunction · 0.50

Tested by

no test coverage detected