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

Function HelpMessageGroup

src/common/args.cpp:825–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

823}
824
825std::string HelpMessageGroup(const std::string &message) {
826 return std::string(message) + std::string("\n\n");
827}
828
829std::string HelpMessageOpt(std::string_view option, std::string_view help_param, std::string_view message, bool subopt)
830{

Callers 2

FUZZ_TARGETFunction · 0.85
GetHelpMessageMethod · 0.85

Calls

no outgoing calls

Tested by 1

FUZZ_TARGETFunction · 0.68