done returns a channel that is closed when the server is shutting down.
()
| 22 | type 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. |
no outgoing calls
no test coverage detected