MCPcopy Create free account
hub / github.com/catboost/catboost / TResolveInfo

Class TResolveInfo

library/cpp/dns/cache.h:8–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7namespace NDns {
8 struct TResolveInfo {
9 inline TResolveInfo(const TStringBuf& host, ui16 port)
10 : Host(host)
11 , Port(port)
12 {
13 }
14
15 TStringBuf Host;
16 ui16 Port;
17 };
18
19 struct TResolvedHost {
20 inline TResolvedHost(const TString& host, const TNetworkAddress& addr) noexcept

Callers 9

ResolveMethod · 0.85
ResolveMethod · 0.85
Y_UNIT_TESTFunction · 0.85
ResolveFunction · 0.85
TRequestMethod · 0.85
ScheduleMethod · 0.85
ScheduleMethod · 0.85
TRequestMethod · 0.85
THttpsRequestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected