Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ ReadVersion
Method
ReadVersion
src/db.h:301–305 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
299
}
300
301
bool ReadVersion(int& nVersion)
302
{
303
nVersion = 0;
304
return Read(std::string(
"version"
), nVersion);
305
}
306
307
bool WriteVersion(int nVersion)
308
{
Callers
nothing calls this directly
Calls
1
Read
Class · 0.85
Tested by
no test coverage detected