Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Y_UNIT_TEST
Function
Y_UNIT_TEST
util/system/hostname_ut.cpp:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
5
Y_UNIT_TEST_SUITE(THostNameTest) {
6
Y_UNIT_TEST(Test1) {
7
UNIT_ASSERT(*GetHostName() !=
'?'
);
8
}
9
10
Y_UNIT_TEST(TestFQDN) {
11
UNIT_ASSERT(*GetFQDNHostName() !=
'?'
);
Callers
nothing calls this directly
Calls
3
GetHostName
Function · 0.85
GetFQDNHostName
Function · 0.85
IsFQDN
Function · 0.85
Tested by
no test coverage detected