MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / HelpMessageGroup

Function HelpMessageGroup

src/util.cpp:416–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414static const int msgIndent = 7;
415
416std::string HelpMessageGroup(const std::string &message) {
417 return std::string(message) + std::string("\n\n");
418}
419
420std::string HelpMessageOpt(const std::string &option, const std::string &message) {
421 return std::string(optIndent,' ') + std::string(option) +

Callers 4

AppInitRawTxFunction · 0.85
HelpMessageCliFunction · 0.85
AppendParamsHelpMessagesFunction · 0.85
HelpMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected