MCPcopy 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
404char GetDirectorySeparator() {
405 return LOCSLASH_C;
406}
407
408const char* GetDirectorySeparatorS() {
409 return LOCSLASH_S;

Callers 2

StripFileComponentFunction · 0.85
Y_UNIT_TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected