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

Function ASMapGetMappedASGooglev6

src/bench/asmap.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66static void ASMapGetMappedASGooglev6(benchmark::Bench& bench)
67{
68 std::vector<CNetAddr> addrs{LookupAddr("2001:4860:4860::8888")};
69 BenchGetMappedAS(bench, addrs);
70}
71
72static void ASMapGetMappedASUnmappedv4(benchmark::Bench& bench)
73{

Callers

nothing calls this directly

Calls 2

LookupAddrFunction · 0.85
BenchGetMappedASFunction · 0.85

Tested by

no test coverage detected