MCPcopy
hub / github.com/microsoft/typescript-go / lspWriter

Struct lspWriter

internal/lsp/server.go:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111type lspWriter struct {
112 w *lsproto.BaseWriter
113}
114
115func (r *lspReader) Read() (*lsproto.Message, error) {
116 data, err := r.r.Read()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected