| 315 | } |
| 316 | |
| 317 | type registerCapabilityHandler struct { |
| 318 | t *testing.T |
| 319 | responseChannel chan error |
| 320 | registrationParams *protocol.RegistrationParams |
| 321 | } |
| 322 | |
| 323 | func (h *registerCapabilityHandler) Handle(_ context.Context, conn *jsonrpc2.Conn, request *jsonrpc2.Request) { |
| 324 | switch request.Method { |
nothing calls this directly
no outgoing calls
no test coverage detected