Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ GetFirstName
Method
GetFirstName
src/rpc/util.cpp:696–699 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
694
}
695
696
std::string RPCArg::GetFirstName() const
697
{
698
return m_names.substr(0, m_names.find(
"|"
));
699
}
700
701
std::string RPCArg::GetName() const
702
{
Callers
1
ToString
Method · 0.80
Calls
1
find
Method · 0.80
Tested by
no test coverage detected