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

Function HelpMessageOpt

src/util/system.cpp:756–761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754}
755
756std::string HelpMessageOpt(const std::string &option, const std::string &message) {
757 return std::string(optIndent,' ') + std::string(option) +
758 std::string("\n") + std::string(msgIndent,' ') +
759 FormatParagraph(message, screenWidth - msgIndent, msgIndent) +
760 std::string("\n\n");
761}
762
763static std::string FormatException(const std::exception* pex, const char* pszThread)
764{

Callers 2

FUZZ_TARGETFunction · 0.85
GetHelpMessageMethod · 0.85

Calls 1

FormatParagraphFunction · 0.85

Tested by 1

FUZZ_TARGETFunction · 0.68