MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / documentColor

Method documentColor

src/common/lsp/client/client.cpp:436–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436void Client::documentColor(const DocumentColorParams &params)
437{
438 d->callMethod("textDocument/documentColor",
439 QJsonDocument::fromJson(
440 QByteArray::fromStdString(toJsonValueStr(params)))
441 .object());
442}
443
444void Client::colorPresentation(const ColorPresentationParams &params)
445{

Callers

nothing calls this directly

Calls 3

callMethodMethod · 0.80
toJsonValueStrFunction · 0.50
objectMethod · 0.45

Tested by

no test coverage detected