Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ GetAddrName
Method
GetAddrName
src/net.cpp:656–659 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
654
}
655
656
std::string CNode::GetAddrName() const {
657
LOCK(cs_addrName);
658
return addrName;
659
}
660
661
void CNode::MaybeSetAddrName(const std::string& addrNameIn) {
662
LOCK(cs_addrName);
Callers
3
InitializeNode
Method · 0.80
FindNode
Method · 0.80
GetAddedNodeInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected