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

Method done

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

done returns a channel that is closed when the server is shutting down.

()

Source from the content-addressed store, hash-verified

22type progressReporter interface {
23 // done returns a channel that is closed when the server is shutting down.
24 done() <-chan struct{}
25 // localize converts a diagnostic message to a display string.
26 localize(msg *diagnostics.Message, args ...any) string
27 // createWorkDoneProgress asks the client to create a progress token.

Callers 15

startMethod · 0.65
finishMethod · 0.65
runMethod · 0.65
handleGetTypeOfSymbolMethod · 0.65
handleResolveNameMethod · 0.65

Implementers 2

serverProgressReporterinternal/lsp/progress.go
fakeProgressReporterinternal/lsp/progress_test.go

Calls

no outgoing calls

Tested by

no test coverage detected