| 49 | std::string field; |
| 50 | }; |
| 51 | struct Command { |
| 52 | std::string title; |
| 53 | std::string command; |
| 54 | std::vector<std::string> arguments; |
| 55 | }; |
| 56 | struct CodeLens { |
| 57 | lsRange range; |
| 58 | std::optional<Command> command; |
no outgoing calls
no test coverage detected