MCPcopy Create free account
hub / github.com/SpartanJ/eepp / documentCodeLens

Method documentCodeLens

src/tools/ecode/plugins/lsp/lspclientserver.cpp:2446–2448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2444}
2445
2446void LSPClientServer::documentCodeLens( const URI& document, const JsonReplyHandler& h ) {
2447 sendAsync( newRequest( "textDocument/codeLens", textDocumentParams( document ) ), h );
2448}
2449
2450void LSPClientServer::documentCodeLens( const URI& document, const CodeLensHandler& h ) {
2451 documentCodeLens( document, [h]( const IdType& id, const json& json ) {

Callers 1

requestCodeLensMethod · 0.80

Calls 3

newRequestFunction · 0.85
textDocumentParamsFunction · 0.85
parseCodeLensFunction · 0.85

Tested by

no test coverage detected