MCPcopy Create free account
hub / github.com/ElementsProject/elements / IsInternal

Method IsInternal

src/netaddress.cpp:500–503  ·  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

498 * @see CNetAddr::SetInternal(const std::string &)
499 */
500bool CNetAddr::IsInternal() const
501{
502 return m_net == NET_INTERNAL;
503}
504
505bool CNetAddr::IsAddrV1Compatible() const
506{

Callers 5

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