Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ThreadedResolve
Function
ThreadedResolve
library/cpp/dns/thread.cpp:130–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
129
namespace NDns {
130
TNetworkAddressPtr ThreadedResolve(const TString& host, ui16 port) {
131
return TThreadedResolver::Instance()->Resolve(host, port);
132
}
133
}
Callers
1
ResolveA
Method · 0.85
Calls
2
Instance
Function · 0.85
Resolve
Method · 0.45
Tested by
no test coverage detected