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

Function currentWorkspaceId

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

Source from the content-addressed store, hash-verified

227 return store.getState().workspaces
228 },
229 get currentWorkspaceId() {
230 return store.getState().currentWorkspaceId
231 },
232 get currentWorkspace() {
233 return store.getState().currentWorkspace
234 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected