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

Method documentReferences

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

Source from the content-addressed store, hash-verified

2517}
2518
2519void LSPClientServer::documentReferences( const URI& document, const TextPosition& pos, bool decl,
2520 const JsonReplyHandler& h ) {
2521 auto params = referenceParams( document, pos, decl );
2522 sendAsync( newRequest( "textDocument/references", params ), h );
2523}
2524
2525void LSPClientServer::documentReferences( const URI& document, const TextPosition& pos, bool decl,
2526 const LocationHandler& h ) {

Callers 1

getSymbolReferencesMethod · 0.80

Calls 3

referenceParamsFunction · 0.85
newRequestFunction · 0.85
parseDocumentLocationFunction · 0.85

Tested by

no test coverage detected