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

Method textDocument_semanticTokensFull

src/message_handler.cc:484–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482}
483
484void MessageHandler::textDocument_semanticTokensFull(TextDocumentParam &param, ReplyOnce &reply) {
485 SemanticTokensRangeParams parameters{param.textDocument, lsRange{{0, 0}, {UINT16_MAX, INT16_MAX}}};
486 textDocument_semanticTokensRange(parameters, reply);
487}
488
489void MessageHandler::textDocument_semanticTokensRange(SemanticTokensRangeParams &param, ReplyOnce &reply) {
490 int file_id;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected