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

Method GetName

src/rpc/util.cpp:701–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699}
700
701std::string RPCArg::GetName() const
702{
703 CHECK_NONFATAL(std::string::npos == m_names.find("|"));
704 return m_names;
705}
706
707bool RPCArg::IsOptional() const
708{

Callers 15

WalletShowInfoFunction · 0.45
RemoveWalletFunction · 0.45
GetWalletFunction · 0.45
ReleaseWalletFunction · 0.45
UnloadWalletFunction · 0.45
getWalletNameMethod · 0.45
~FuzzedWalletMethod · 0.45
listdescriptorsFunction · 0.45
restorewalletFunction · 0.45
walletpassphraseFunction · 0.45
getwalletinfoFunction · 0.45
listwalletsFunction · 0.45

Calls 1

findMethod · 0.80

Tested by 1

~FuzzedWalletMethod · 0.36