MCPcopy Create free account
hub / github.com/ElementsProject/elements / HelpMessageGroup

Function HelpMessageGroup

src/util/system.cpp:752–754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750static const int msgIndent = 7;
751
752std::string HelpMessageGroup(const std::string &message) {
753 return std::string(message) + std::string("\n\n");
754}
755
756std::string HelpMessageOpt(const std::string &option, const std::string &message) {
757 return std::string(optIndent,' ') + std::string(option) +

Callers 2

FUZZ_TARGETFunction · 0.85
GetHelpMessageMethod · 0.85

Calls

no outgoing calls

Tested by 1

FUZZ_TARGETFunction · 0.68