| 821 | * Other projects are opened on-demand and cached for performance. |
| 822 | */ |
| 823 | export class ToolHandler { |
| 824 | // Cache of opened CodeGraph instances for cross-project queries |
| 825 | private projectCache: Map<string, CodeGraph> = new Map(); |
| 826 | // The directory the server last searched for a default project. Surfaced in |
nothing calls this directly
no outgoing calls
no test coverage detected