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

Function ASMapGetMappedASGooglev4

src/bench/asmap.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60static void ASMapGetMappedASGooglev4(benchmark::Bench& bench)
61{
62 std::vector<CNetAddr> addrs{LookupAddr("8.8.8.8")};
63 BenchGetMappedAS(bench, addrs);
64}
65
66static void ASMapGetMappedASGooglev6(benchmark::Bench& bench)
67{

Callers

nothing calls this directly

Calls 2

LookupAddrFunction · 0.85
BenchGetMappedASFunction · 0.85

Tested by

no test coverage detected