Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ FormatVersion
Function
FormatVersion
src/clientversion.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
#endif
48
49
static std::string FormatVersion(int nVersion)
50
{
51
return strprintf(
"%d.%d.%d"
, nVersion / 10000, (nVersion / 100) % 100, nVersion % 100);
52
}
53
54
std::string FormatFullVersion()
55
{
Callers
1
FormatSubVersion
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected