Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
917
std::string RPCArg::GetName() const
918
{
919
CHECK_NONFATAL(std::string::npos == m_names.find(
'|'
));
920
return m_names;
921
}
922
923
bool RPCArg::IsOptional() const
924
{
Callers
15
InitAndLoadChainstate
Function · 0.45
WalletShowInfo
Function · 0.45
ExportWatchOnlyWallet
Function · 0.45
spend.cpp
File · 0.45
CreateTransaction
Function · 0.45
RemoveWallet
Function · 0.45
GetWallet
Function · 0.45
FlushAndDeleteWallet
Function · 0.45
WaitForDeleteWallet
Function · 0.45
ApplyMigrationData
Method · 0.45
MigrationPrefixName
Function · 0.45
MigrateLegacyToDescriptor
Function · 0.45
Calls
1
find
Method · 0.80
Tested by
no test coverage detected