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

Function getTabId

background/tab-runtime.js:47–50  ·  view source on GitHub ↗
(source)

Source from the content-addressed store, hash-verified

45 }
46
47 async function getTabId(source) {
48 const registry = await getTabRegistry();
49 return registry[source]?.tabId || null;
50 }
51
52 async function rememberSourceLastUrl(source, url) {
53 if (!source || !url) return;

Callers 10

reuseOrCreateTabFunction · 0.70
submitVerificationCodeFunction · 0.70
executeStep2Function · 0.50
executeStep8Function · 0.50
executeStep4Function · 0.50
runStep7AttemptFunction · 0.50
executeStep3Function · 0.50
executeCpaStep9Function · 0.50
executeSub2ApiStep9Function · 0.50

Calls 1

getTabRegistryFunction · 0.70

Tested by

no test coverage detected