Whether the default project's CodeGraph is open.
()
| 118 | |
| 119 | /** Whether the default project's CodeGraph is open. */ |
| 120 | hasDefaultCodeGraph(): boolean { |
| 121 | return this.toolHandler.hasDefaultCodeGraph(); |
| 122 | } |
| 123 | |
| 124 | /** |
| 125 | * Walk up from `searchFrom` to find the nearest `.codegraph/` and open it. |
no outgoing calls
no test coverage detected