Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ AddHostAlias
Function
AddHostAlias
library/cpp/dns/cache.cpp:195–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
}
194
195
void AddHostAlias(const TString& host, const TString& alias) {
196
TGlobalCachedDns::Instance()->AddAlias(host, alias);
197
}
198
}
Callers
1
Y_UNIT_TEST
Function · 0.85
Calls
2
Instance
Function · 0.85
AddAlias
Method · 0.45
Tested by
no test coverage detected