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

Method MaxDocumentSizeBytes

pkg/lsp/server.go:586–588  ·  view source on GitHub ↗

MaxDocumentSizeBytes returns the maximum allowed document size

()

Source from the content-addressed store, hash-verified

584
585// MaxDocumentSizeBytes returns the maximum allowed document size
586func (s *Server) MaxDocumentSizeBytes() int {
587 return MaxDocumentSize
588}

Callers 2

handleDidOpenMethod · 0.80
handleDidChangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected