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

Function HelpMessageOpt

src/common/args.cpp:719–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717}
718
719std::string HelpMessageOpt(const std::string &option,
720 const std::string &message) {
721 return std::string(optIndent, ' ') + std::string(option) +
722 std::string("\n") + std::string(msgIndent, ' ') +
723 FormatParagraph(message, screenWidth - msgIndent, msgIndent) +
724 std::string("\n\n");
725}
726
727fs::path GetDefaultDataDir() {
728 // Windows: C:\Users\Username\AppData\Roaming\Bitcoin

Callers 2

FUZZ_TARGETFunction · 0.85
GetHelpMessageMethod · 0.85

Calls 1

FormatParagraphFunction · 0.85

Tested by 1

FUZZ_TARGETFunction · 0.68