MCPcopy 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
656std::string CNode::GetAddrName() const {
657 LOCK(cs_addrName);
658 return addrName;
659}
660
661void CNode::MaybeSetAddrName(const std::string& addrNameIn) {
662 LOCK(cs_addrName);

Callers 3

InitializeNodeMethod · 0.80
FindNodeMethod · 0.80
GetAddedNodeInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected