MCPcopy 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
49static std::string FormatVersion(int nVersion)
50{
51 return strprintf("%d.%d.%d", nVersion / 10000, (nVersion / 100) % 100, nVersion % 100);
52}
53
54std::string FormatFullVersion()
55{

Callers 1

FormatSubVersionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected