Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
void PubLib::saveCode(QString code) {
133
QSettings settings;
134
settings.setValue(
"_sys_c"
, code);
135
}
136
137
bool PubLib::checkCode() {
138
QString md5;
Callers
nothing calls this directly
Calls
1
setValue
Method · 0.80
Tested by
no test coverage detected