MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / HelpMessageGroup

Function HelpMessageGroup

src/common/args.cpp:715–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713static const int msgIndent = 7;
714
715std::string HelpMessageGroup(const std::string &message) {
716 return std::string(message) + std::string("\n\n");
717}
718
719std::string HelpMessageOpt(const std::string &option,
720 const std::string &message) {

Callers 2

FUZZ_TARGETFunction · 0.85
GetHelpMessageMethod · 0.85

Calls

no outgoing calls

Tested by 1

FUZZ_TARGETFunction · 0.68