MCPcopy Create free account
hub / github.com/QuasarApp/CQtDeployer / writeKey

Method writeKey

src/Deploy/src/configparser.cpp:273–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273void ConfigParser::writeKey(const QString& key, QJsonObject& obj,
274 const QString& confFileDir) const {
275 obj[key] = writeKeyArray(0, QuasarAppUtils::Params::getArg(key), confFileDir);
276}
277
278QString ConfigParser::readKeyArray(int separatorLvl, const QJsonArray &array,
279 const QString& confFileDir) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected