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

Method Resolve

library/cpp/dns/thread.cpp:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 inline TNetworkAddressPtr Resolve(const TString& host, ui16 port) {
90 TResolveRequest rr(host, port);
91
92 Schedule(&rr);
93
94 return rr.Wait();
95 }
96
97 private:
98 inline void Schedule(TResolveRequest* rr) {

Callers 2

DoExecuteMethod · 0.45
ThreadedResolveFunction · 0.45

Calls 1

WaitMethod · 0.45

Tested by

no test coverage detected