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

Function activePanel

src/renderer/src/stores/layoutStore.ts:126–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 return store.getState().sidebarVisible
125 },
126 get activePanel() {
127 return store.getState().activePanel
128 },
129 get isCompactMode() {
130 return store.getState().isCompactMode
131 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected