(resp *lsproto.ResponseMessage)
| 685 | } |
| 686 | |
| 687 | func (s *Server) sendResponse(resp *lsproto.ResponseMessage) error { |
| 688 | return s.send(resp.Message()) |
| 689 | } |
| 690 | |
| 691 | // send writes a message to the outgoing queue, respecting context cancellation. |
| 692 | func (s *Server) send(msg *lsproto.Message) error { |
no test coverage detected