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