Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ IsInternal
Method
IsInternal
src/netaddress.cpp:231–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
}
230
231
bool CNetAddr::IsInternal() const
232
{
233
return memcmp(ip, g_internal_prefix, sizeof(g_internal_prefix)) == 0;
234
}
235
236
enum Network CNetAddr::GetNetwork() const
237
{
Callers
2
LookupIntern
Function · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
Calls
no outgoing calls
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.64