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

Method handlePanic

internal/pkg/server/server.go:230–235  ·  view source on GitHub ↗
(method string)

Source from the content-addressed store, hash-verified

228}
229
230func (s *Server) handlePanic(method string) bool {
231 if r := recover(); r != nil {
232 return s.handleRecovered(method, r)
233 }
234 return false
235}
236
237func (s *Server) FetchUnscopedConfiguration() {
238 section := "docker.lsp"

Callers 6

publishTelemetryMethod · 0.95
registerCapabilityMethod · 0.95
TextDocumentDidOpenMethod · 0.95
computeDiagnosticsMethod · 0.95
recordAnalysisMethod · 0.95

Calls 1

handleRecoveredMethod · 0.95

Tested by

no test coverage detected