| 26 | } |
| 27 | |
| 28 | type ConfigurationHandler struct { |
| 29 | t *testing.T |
| 30 | handled bool |
| 31 | experimental configuration.Experimental |
| 32 | } |
| 33 | |
| 34 | func (h *ConfigurationHandler) Handle(_ context.Context, conn *jsonrpc2.Conn, request *jsonrpc2.Request) { |
| 35 | switch request.Method { |
nothing calls this directly
no outgoing calls
no test coverage detected