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

Method GetName

src/rpc/util.cpp:917–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

915}
916
917std::string RPCArg::GetName() const
918{
919 CHECK_NONFATAL(std::string::npos == m_names.find('|'));
920 return m_names;
921}
922
923bool RPCArg::IsOptional() const
924{

Callers 15

InitAndLoadChainstateFunction · 0.45
WalletShowInfoFunction · 0.45
ExportWatchOnlyWalletFunction · 0.45
spend.cppFile · 0.45
CreateTransactionFunction · 0.45
RemoveWalletFunction · 0.45
GetWalletFunction · 0.45
FlushAndDeleteWalletFunction · 0.45
WaitForDeleteWalletFunction · 0.45
ApplyMigrationDataMethod · 0.45
MigrationPrefixNameFunction · 0.45

Calls 1

findMethod · 0.80

Tested by

no test coverage detected