MCPcopy Create free account
hub / github.com/docker/docker-language-server / ConfigurationHandler

Struct ConfigurationHandler

e2e-tests/hover_test.go:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected