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

Method handleExit

pkg/lsp/handler.go:250–253  ·  view source on GitHub ↗

handleExit handles the exit notification

()

Source from the content-addressed store, hash-verified

248
249// handleExit handles the exit notification
250func (h *Handler) handleExit() {
251 h.server.Logger().Println("Exit notification received")
252 h.server.SetShutdown()
253}
254
255// handleDidOpen handles document open notifications
256func (h *Handler) handleDidOpen(params json.RawMessage) {

Callers 1

HandleNotificationMethod · 0.95

Calls 2

LoggerMethod · 0.80
SetShutdownMethod · 0.80

Tested by

no test coverage detected