Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
786
bool CNetAddr::IsTor() const
787
{
788
return (memcmp(ip, pchOnionCat, sizeof(pchOnionCat)) == 0);
789
}
790
791
bool CNetAddr::IsLocal() const
792
{
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.80
Calls
no outgoing calls
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.64