Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
301
static inline bool IsDelim(char ch) noexcept {
302
return ch ==
'/'
|| ch ==
'\\'
;
303
}
304
305
static inline TString GetFile(const TString& s) {
306
const char* e = s.end();
Callers
2
GetFile
Function · 0.85
Fix
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected