()
| 501 | }); |
| 502 | |
| 503 | const currentChatLocation = () => ({ |
| 504 | sourceId: getActiveSourceId(), |
| 505 | rootPath: getActiveFolder() |
| 506 | }); |
| 507 | |
| 508 | const setWorkspace = (nextWorkspace) => { |
| 509 | const next = nextWorkspace && typeof nextWorkspace === 'object' ? nextWorkspace : {}; |
no test coverage detected