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

Function currentWorkspace

src/renderer/src/stores/workspaceStore.ts:232–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

230 return store.getState().currentWorkspaceId
231 },
232 get currentWorkspace() {
233 return store.getState().currentWorkspace
234 },
235 get initialized() {
236 return store.getState().initialized
237 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected