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

Method value

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

Source from the content-addressed store, hash-verified

47}
48
49QJsonValue StyleSettings::value(const QString &theme, const QString &key)
50{
51 if (!themeMap.contains(theme))
52 return {};
53
54 return themeMap[theme].value(key);
55}
56
57void StyleSettings::parseThemeInfo(const QJsonObject &obj)
58{

Callers 15

restoreMethod · 0.45
highlightColorMethod · 0.45
parseThemeInfoMethod · 0.45
handleDiagnosticsMethod · 0.45
showDiagnosticTipMethod · 0.45
formatSelectionsMethod · 0.45
getLocationsMethod · 0.45
getLocationMethod · 0.45
getLocationLinksMethod · 0.45
initMenuDataMethod · 0.45
createSciLexerMethod · 0.45
documentSymbolsMethod · 0.45

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected