| 32 | }; |
| 33 | struct EmptyParam {}; |
| 34 | struct DidOpenTextDocumentParam { |
| 35 | TextDocumentItem textDocument; |
| 36 | }; |
| 37 | struct RenameParam { |
| 38 | TextDocumentIdentifier textDocument; |
| 39 | Position position; |
nothing calls this directly
no outgoing calls
no test coverage detected