MCPcopy 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
912std::string RPCArg::GetFirstName() const
913{
914 return m_names.substr(0, m_names.find('|'));
915}
916
917std::string RPCArg::GetName() const
918{

Callers 1

ToStringMethod · 0.80

Calls 1

findMethod · 0.80

Tested by

no test coverage detected