Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ StripFileName
Function
StripFileName
library/cpp/logger/global/rty_formater.cpp:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
TStringBuf StripFileName(TStringBuf string) {
52
return string.RNextTok(LOCSLASH_C);
53
}
54
55
TString GetSystemResources() {
56
NMemInfo::TMemInfo mi = NMemInfo::GetMemInfo();
Callers
1
Format
Method · 0.70
Calls
1
RNextTok
Method · 0.80
Tested by
no test coverage detected