Whether the default project's CodeGraph is open.
()
| 125 | |
| 126 | /** Whether the default project's CodeGraph is open. */ |
| 127 | hasDefaultCodeGraph(): boolean { |
| 128 | return this.toolHandler.hasDefaultCodeGraph(); |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * Walk up from `searchFrom` to find the nearest `.codegraph/` and open it. |
no outgoing calls
no test coverage detected