MCPcopy Create free account
hub / github.com/KDE/kate / documentDefinition

Method documentDefinition

addons/lspclient/lspclientserver.cpp:2385–2389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2383}
2384
2385LSPClientServer::RequestHandle
2386LSPClientServer::documentDefinition(const QUrl &document, const LSPPosition &pos, const QObject *context, const DocumentDefinitionReplyHandler &h)
2387{
2388 return d->documentDefinition(document, pos, make_handler(h, context, parseDocumentLocation));
2389}
2390
2391LSPClientServer::RequestHandle
2392LSPClientServer::documentImplementation(const QUrl &document, const LSPPosition &pos, const QObject *context, const DocumentDefinitionReplyHandler &h)

Callers 1

mainFunction · 0.45

Calls 1

make_handlerFunction · 0.85

Tested by 1

mainFunction · 0.36