MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / IsInternal

Method IsInternal

src/netaddress.cpp:472–475  ·  view source on GitHub ↗

* @returns Whether or not this is a dummy address that represents a name. * * @see CNetAddr::SetInternal(const std::string &) */

Source from the content-addressed store, hash-verified

470 * @see CNetAddr::SetInternal(const std::string &)
471 */
472bool CNetAddr::IsInternal() const
473{
474 return m_net == NET_INTERNAL;
475}
476
477bool CNetAddr::IsAddrV1Compatible() const
478{

Callers 6

GetGroupMethod · 0.80
LookupInternFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
FUZZ_TARGETFunction · 0.80
FUZZ_TARGETFunction · 0.80

Calls

no outgoing calls

Tested by 4

BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
FUZZ_TARGETFunction · 0.64
FUZZ_TARGETFunction · 0.64