MCPcopy Create free account
hub / github.com/MaskRay/ccls / Command

Class Command

src/messages/textDocument_code.cc:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

textDocument_codeLensMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected