MCPcopy 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
231bool CNetAddr::IsInternal() const
232{
233 return memcmp(ip, g_internal_prefix, sizeof(g_internal_prefix)) == 0;
234}
235
236enum Network CNetAddr::GetNetwork() const
237{

Callers 2

LookupInternFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64