()
| 496 | }; |
| 497 | |
| 498 | const workspace = () => ({ |
| 499 | sourceId: String(sourceEl?.value || 'local').trim() || 'local', |
| 500 | rootPath: String(rootEl?.value || 'root').trim() || 'root' |
| 501 | }); |
| 502 | |
| 503 | const currentChatLocation = () => ({ |
| 504 | sourceId: getActiveSourceId(), |
no outgoing calls
no test coverage detected