MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / FormatFullVersion

Function FormatFullVersion

src/clientversion.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56std::string FormatFullVersion()
57{
58 static const std::string CLIENT_BUILD(BUILD_DESC BUILD_SUFFIX);
59 return CLIENT_BUILD;
60}
61
62/**
63 * Format the subversion field according to BIP 14 spec (https://github.com/bitcoin/bips/blob/master/bip-0014.mediawiki)

Callers 13

mainFunction · 0.85
AppInitRawTxFunction · 0.85
AppInitRPCFunction · 0.85
ProcessReplyMethod · 0.85
AppInitUtilFunction · 0.85
ProcessInitCommandsFunction · 0.85
WalletAppInitFunction · 0.85
LogPackageVersionFunction · 0.85
HelpMessageDialogMethod · 0.85
SplashScreenMethod · 0.85
formatFullVersionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected