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

Method handleInitialized

pkg/lsp/handler.go:239–241  ·  view source on GitHub ↗

handleInitialized is called when the client confirms initialization

()

Source from the content-addressed store, hash-verified

237
238// handleInitialized is called when the client confirms initialization
239func (h *Handler) handleInitialized() {
240 h.server.Logger().Println("Client initialized")
241}
242
243// handleShutdown handles the shutdown request
244func (h *Handler) handleShutdown() (*ShutdownResult, error) {

Callers 1

HandleNotificationMethod · 0.95

Calls 1

LoggerMethod · 0.80

Tested by

no test coverage detected