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

Function HelpMessageGroup

src/util.cpp:671–673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669static const int msgIndent = 7;
670
671std::string HelpMessageGroup(const std::string &message) {
672 return std::string(message) + std::string("\n\n");
673}
674
675std::string HelpMessageOpt(const std::string &option, const std::string &message) {
676 return std::string(optIndent,' ') + std::string(option) +

Callers 1

GetHelpMessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected