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

Function HelpExampleCli

src/rpc/util.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183std::string HelpExampleCli(const std::string& methodname, const std::string& args)
184{
185 return "> bitcoin-cli " + methodname + " " + args + "\n";
186}
187
188std::string HelpExampleCliNamed(const std::string& methodname, const RPCArgList& args)
189{

Callers 15

getzmqnotificationsFunction · 0.85
getnewaddressFunction · 0.85
getrawchangeaddressFunction · 0.85
setlabelFunction · 0.85
listaddressgroupingsFunction · 0.85
keypoolrefillFunction · 0.85
getaddressinfoFunction · 0.85
getaddressesbylabelFunction · 0.85
listlabelsFunction · 0.85
removeprunedfundsFunction · 0.85
importdescriptorsFunction · 0.85
listdescriptorsFunction · 0.85

Calls

no outgoing calls

Tested by 1

FUZZ_TARGETFunction · 0.68