Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetFQDNHostName
Function
GetFQDNHostName
util/system/hostname.cpp:98–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
const char* GetFQDNHostName() {
99
return FQDNHostName().data();
100
}
101
102
bool IsFQDN(const TString& name) {
103
TString absName = name;
Callers
1
Y_UNIT_TEST
Function · 0.85
Calls
1
data
Method · 0.45
Tested by
no test coverage detected