Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetDirectorySeparator
Function
GetDirectorySeparator
util/folder/dirut.cpp:404–406 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
402
#endif // !defined _win32_
403
404
char GetDirectorySeparator() {
405
return LOCSLASH_C;
406
}
407
408
const char* GetDirectorySeparatorS() {
409
return LOCSLASH_S;
Callers
2
StripFileComponent
Function · 0.85
Y_UNIT_TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected