Shared ToolHandler — sessions delegate tool dispatch through this.
()
| 113 | |
| 114 | /** Shared ToolHandler — sessions delegate tool dispatch through this. */ |
| 115 | getToolHandler(): ToolHandler { |
| 116 | return this.toolHandler; |
| 117 | } |
| 118 | |
| 119 | /** Whether the default project's CodeGraph is open. */ |
| 120 | hasDefaultCodeGraph(): boolean { |
no outgoing calls
no test coverage detected