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

Function LookupAddr

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

Source from the content-addressed store, hash-verified

32}
33
34static CNetAddr LookupAddr(const std::string& address) { return LookupHost(address, /*fAllowLookup=*/false).value(); }
35
36static void ASMapGetMappedASQuad9v4(benchmark::Bench& bench)
37{

Callers 9

ASMapGetMappedASQuad9v4Function · 0.85
ASMapGetMappedASQuad9v6Function · 0.85
ASMapGetMappedASGooglev4Function · 0.85
ASMapGetMappedASGooglev6Function · 0.85
ASMapGetMappedASMultiFunction · 0.85

Calls 2

LookupHostFunction · 0.85
valueMethod · 0.45

Tested by

no test coverage detected