()
| 230 | return store.getState().currentWorkspaceId |
| 231 | }, |
| 232 | get currentWorkspace() { |
| 233 | return store.getState().currentWorkspace |
| 234 | }, |
| 235 | get initialized() { |
| 236 | return store.getState().initialized |
| 237 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected