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

Method documentSemanticTokensRange

addons/lspclient/lspclientserver.cpp:2533–2537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2531}
2532
2533LSPClientServer::RequestHandle
2534LSPClientServer::documentSemanticTokensRange(const QUrl &document, const LSPRange &range, const QObject *context, const SemanticTokensDeltaReplyHandler &h)
2535{
2536 return d->documentSemanticTokensFull(document, /* delta = */ false, QString(), range, make_handler(h, context, parseSemanticTokensDelta));
2537}
2538
2539LSPClientServer::RequestHandle
2540LSPClientServer::documentInlayHint(const QUrl &document, const LSPRange &range, const QObject *context, const InlayHintsReplyHandler &h)

Callers 1

Calls 3

make_handlerFunction · 0.85
QStringClass · 0.50

Tested by

no test coverage detected