MCPcopy Index your code
hub / github.com/microsoft/typescript-go / serverProgressReporter

Struct serverProgressReporter

internal/lsp/progress.go:34–36  ·  view source on GitHub ↗

serverProgressReporter adapts *Server to the progressReporter interface.

Source from the content-addressed store, hash-verified

32
33// serverProgressReporter adapts *Server to the progressReporter interface.
34type serverProgressReporter struct {
35 server *Server
36}
37
38func (r *serverProgressReporter) done() <-chan struct{} {
39 return r.server.backgroundCtx.Done()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected