Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Y_UNIT_TEST
Function
Y_UNIT_TEST
util/folder/dirut_ut.cpp:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
10
Y_UNIT_TEST_SUITE(TDirutTest) {
11
Y_UNIT_TEST(TestRealPath) {
12
UNIT_ASSERT(IsDir(RealPath(
"."
)));
13
}
14
15
Y_UNIT_TEST(TestRealLocation) {
16
UNIT_ASSERT(IsDir(RealLocation(
"."
)));
Callers
nothing calls this directly
Calls
15
RealPath
Function · 0.85
RealLocation
Function · 0.85
GetDirectorySeparator
Function · 0.85
GetDirectorySeparatorS
Function · 0.85
GetDirName
Function · 0.85
DoTest
Function · 0.85
ResolvePath
Function · 0.85
StripFileComponent
Function · 0.85
RemoveDirWithContents
Function · 0.85
IsDir
Function · 0.70
MakeDirIfNotExist
Function · 0.70
empty
Method · 0.45
Tested by
no test coverage detected