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

Method Write

internal/lsp/server.go:104–104  ·  view source on GitHub ↗
(msg *lsproto.Message)

Source from the content-addressed store, hash-verified

102
103type Writer interface {
104 Write(msg *lsproto.Message) error
105}
106
107type lspReader struct {

Callers 15

WriteMethod · 0.65
writeLoopMethod · 0.65
TestBaseWriterFunction · 0.65
TestBaseWriterWriteErrorFunction · 0.65
printUnescapedNodeMethod · 0.65
nonEscapingWriteMethod · 0.65
WriteMethod · 0.65
returnTypeToDisplayPartsFunction · 0.65
runJSReferenceFunction · 0.65
getNonformattedTextMethod · 0.65
printSourceFileMethod · 0.65

Implementers 12

WriterAggregatortestdata/baselines/reference/submodule
lspWriterinternal/lsp/server.go
shutdownTestWriterinternal/lsp/server_shutdown_test.go
errorWriterinternal/lsp/lsproto/baseproto_test.go
displayPartsWriterinternal/ls/displaypartswriter.go
snippetEmitTextWriterinternal/ls/completions.go
Printerinternal/printer/printer.go
ChangeTrackerWriterinternal/printer/changetrackerwriter.g
textWriterinternal/printer/textwriter.go
singleLineStringWriterinternal/printer/singlelinestringwrite
semicolonRemoverWriterinternal/checker/printer.go
Writerinternal/jsonrpc/baseproto.go

Calls

no outgoing calls

Tested by 5

TestBaseWriterFunction · 0.52
TestBaseWriterWriteErrorFunction · 0.52
runJSReferenceFunction · 0.52
formatNewBaselineFunction · 0.52
formatNewBaselineBuildFunction · 0.52