MCPcopy Create free account
hub / github.com/experdot/pointer / activeTabId

Function activeTabId

src/renderer/src/stores/tabsStore.ts:421–423  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

419 return store.getState().tabs
420 },
421 get activeTabId() {
422 return store.getState().activeTabId
423 },
424 get history() {
425 return store.getState().history
426 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected