MCPcopy Create free account
hub / github.com/cc20110101/RedisView / saveCode

Method saveCode

src/RedisView/Public/Publib.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void PubLib::saveCode(QString code) {
133 QSettings settings;
134 settings.setValue("_sys_c", code);
135}
136
137bool PubLib::checkCode() {
138 QString md5;

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected