Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ serializeNormalizedThemeJson
Function
serializeNormalizedThemeJson
common/themes/theme_json_utils.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
QByteArray serializeNormalizedThemeJson(const QJsonObject &json, QJsonDocument::JsonFormat format)
48
{
49
return QJsonDocument(normalizeThemeJson(json)).toJson(format);
50
}
Callers
2
saveUserTheme
Method · 0.85
saveToFile
Method · 0.85
Calls
1
normalizeThemeJson
Function · 0.85
Tested by
no test coverage detected