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

Method Documents

pkg/lsp/server.go:515–517  ·  view source on GitHub ↗

Documents returns the server's document manager. The DocumentManager provides access to all currently open SQL documents and their state. This method is primarily used internally by request handlers to access document content when processing LSP requests. Returns: - *DocumentManager: The server's

()

Source from the content-addressed store, hash-verified

513// // Process document content
514// }
515func (s *Server) Documents() *DocumentManager {
516 return s.documents
517}
518
519// Logger returns the server's logger instance.
520//

Calls

no outgoing calls