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

Function getTabRegistry

background.js:3196–3198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3194// ============================================================
3195
3196async function getTabRegistry() {
3197 return tabRuntime.getTabRegistry();
3198}
3199
3200async function registerTab(source, tabId) {
3201 return tabRuntime.registerTab(source, tabId);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected