MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / write

Function write

launcher/Json.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43namespace Json {
44void write(const QJsonDocument& doc, const QString& filename)
45{
46 FS::write(filename, doc.toJson());
47}
48void write(const QJsonObject& object, const QString& filename)
49{
50 write(QJsonDocument(object), filename);

Callers 12

copyFinishedMethod · 0.70
saveGroupListMethod · 0.70
saveMethod · 0.50
write_lock_fileFunction · 0.50
performInstallMethod · 0.50
unpackAndInstallMethod · 0.50
backupAppDirMethod · 0.50
SaveNowMethod · 0.50
serializeServerDatFunction · 0.50
doneMethod · 0.50
savePackIgnoreMethod · 0.50
saveMethod · 0.50

Calls 1

toJsonMethod · 0.80

Tested by

no test coverage detected