()
| 227 | return store.getState().workspaces |
| 228 | }, |
| 229 | get currentWorkspaceId() { |
| 230 | return store.getState().currentWorkspaceId |
| 231 | }, |
| 232 | get currentWorkspace() { |
| 233 | return store.getState().currentWorkspace |
| 234 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected