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

Method Initialized

internal/pkg/server/server.go:156–159  ·  view source on GitHub ↗
(context *glsp.Context, params *protocol.InitializedParams)

Source from the content-addressed store, hash-verified

154}
155
156func (s *Server) Initialized(context *glsp.Context, params *protocol.InitializedParams) error {
157 s.initialized = true
158 return nil
159}
160
161func (s *Server) shutdown(ctx *glsp.Context) error {
162 _, _ = s.telemetry.Publish(context.Background())

Callers 1

HandleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected