MCPcopy Create free account
hub / github.com/catboost/catboost / IsDelim

Function IsDelim

tools/archiver/main.cpp:301–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301static inline bool IsDelim(char ch) noexcept {
302 return ch == '/' || ch == '\\';
303}
304
305static inline TString GetFile(const TString& s) {
306 const char* e = s.end();

Callers 2

GetFileFunction · 0.85
FixFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected