MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / handleShutdown

Method handleShutdown

pkg/lsp/handler.go:244–247  ·  view source on GitHub ↗

handleShutdown handles the shutdown request

()

Source from the content-addressed store, hash-verified

242
243// handleShutdown handles the shutdown request
244func (h *Handler) handleShutdown() (*ShutdownResult, error) {
245 h.server.Logger().Println("Shutdown requested")
246 return &ShutdownResult{}, nil
247}
248
249// handleExit handles the exit notification
250func (h *Handler) handleExit() {

Callers 1

HandleRequestMethod · 0.95

Calls 1

LoggerMethod · 0.80

Tested by

no test coverage detected