Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ GetFirstName
Method
GetFirstName
src/rpc/util.cpp:912–915 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
910
}
911
912
std::string RPCArg::GetFirstName() const
913
{
914
return m_names.substr(0, m_names.find(
'|'
));
915
}
916
917
std::string RPCArg::GetName() const
918
{
Callers
1
ToString
Method · 0.80
Calls
1
find
Method · 0.80
Tested by
no test coverage detected