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

Method parseThemeInfo

src/plugins/codeeditor/lsp/stylesettings.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void StyleSettings::parseThemeInfo(const QJsonObject &obj)
58{
59 parseThemeInfo(Theme::get()->Light, obj);
60 parseThemeInfo(Theme::get()->Dark, obj);
61}
62
63void StyleSettings::parseThemeInfo(const QString &theme, const QJsonObject &obj)
64{

Callers

nothing calls this directly

Calls 4

getFunction · 0.50
containsMethod · 0.45
valueMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected