Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ formatSubVersion
Method
formatSubVersion
src/qt/clientmodel.cpp:201–204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
}
200
201
QString ClientModel::formatSubVersion() const
202
{
203
return QString::fromStdString(strSubVersion);
204
}
205
206
bool ClientModel::isReleaseVersion() const
207
{
Callers
1
setClientModel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected