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

Method GetMappedAS

src/net.cpp:3869–3872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3867}
3868
3869uint32_t CConnman::GetMappedAS(const CNetAddr& addr) const
3870{
3871 return m_netgroupman.GetMappedAS(addr);
3872}
3873
3874void CConnman::GetNodeStats(std::vector<CNodeStats>& vstats) const
3875{

Callers 7

ProcessMessageMethod · 0.45
AddSingleMethod · 0.45
Good_Method · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
FUZZ_TARGETFunction · 0.45
AddrmanEntryToJSONFunction · 0.45
BenchGetMappedASFunction · 0.45

Calls

no outgoing calls

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.36
FUZZ_TARGETFunction · 0.36