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

Struct registerCapabilityHandler

e2e-tests/initialize_test.go:317–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected