lspToolAdapter is the concrete plugins.LSPAdapter.
| 49 | |
| 50 | // lspToolAdapter is the concrete plugins.LSPAdapter. |
| 51 | type lspToolAdapter struct { |
| 52 | cli *ChatCLI |
| 53 | } |
| 54 | |
| 55 | // pool returns the session pool, creating it on first use. |
| 56 | func (a *lspToolAdapter) pool() *lsp.Pool { |
nothing calls this directly
no outgoing calls
no test coverage detected