()
| 16 | } |
| 17 | |
| 18 | export function getProjectRoot() { |
| 19 | if (!projectRoot) { |
| 20 | throw new Error('Project root not set') |
| 21 | } |
| 22 | return projectRoot |
| 23 | } |
| 24 | |
| 25 | export function getCurrentChatId() { |
| 26 | if (!currentChatId) { |
no outgoing calls
no test coverage detected