MCPcopy Create free account
hub / github.com/LUX-Core/lux / HelpMessageGroup

Function HelpMessageGroup

src/util.cpp:478–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476static const int msgIndent = 7;
477
478std::string HelpMessageGroup(const std::string &message) {
479 return std::string(message) + std::string("\n\n");
480}
481
482std::string HelpMessageOpt(const std::string &option, const std::string &message) {
483 return std::string(optIndent,' ') + std::string(option) +

Callers 4

AppInitRawTxFunction · 0.85
HelpMessageFunction · 0.85
HelpMessageCliFunction · 0.85
HelpMessageDialogMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected