()
| 138 | return isLspConnected() |
| 139 | }, |
| 140 | get inputSchema(): InputSchema { |
| 141 | return inputSchema() |
| 142 | }, |
| 143 | get outputSchema(): OutputSchema { |
| 144 | return outputSchema() |
| 145 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected