Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetHostName
Function
GetHostName
util/system/hostname.cpp:90–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
const char* GetHostName() {
91
return HostName().data();
92
}
93
94
const TString& FQDNHostName() {
95
return (Singleton<TFQDNHostNameHolder>())->FQDNHostName;
Callers
1
Y_UNIT_TEST
Function · 0.85
Calls
1
data
Method · 0.45
Tested by
no test coverage detected