MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / IsTor

Method IsTor

src/netbase.cpp:786–789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784}
785
786bool CNetAddr::IsTor() const
787{
788 return (memcmp(ip, pchOnionCat, sizeof(pchOnionCat)) == 0);
789}
790
791bool CNetAddr::IsLocal() const
792{

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64