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

Class DidOpenTextDocumentParam

src/message_handler.hh:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32};
33struct EmptyParam {};
34struct DidOpenTextDocumentParam {
35 TextDocumentItem textDocument;
36};
37struct RenameParam {
38 TextDocumentIdentifier textDocument;
39 Position position;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected