Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ formatFullVersion
Method
formatFullVersion
src/qt/clientmodel.cpp:196–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
}
195
196
QString ClientModel::formatFullVersion() const
197
{
198
return QString::fromStdString(FormatFullVersion());
199
}
200
201
QString ClientModel::formatSubVersion() const
202
{
Callers
1
setClientModel
Method · 0.80
Calls
1
FormatFullVersion
Function · 0.85
Tested by
no test coverage detected