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

Function getTabId

background.js:3208–3210  ·  view source on GitHub ↗
(source)

Source from the content-addressed store, hash-verified

3206}
3207
3208async function getTabId(source) {
3209 return tabRuntime.getTabId(source);
3210}
3211
3212function parseUrlSafely(rawUrl) {
3213 if (typeof navigationUtils !== 'undefined' && navigationUtils?.parseUrlSafely) {

Callers 2

executeStepAndWaitFunction · 0.70
runAutoSequenceFromStepFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected