Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ StripFileName
Function
StripFileName
catboost/libs/logging/logging.cpp:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
13
namespace NMatrixnetLoggingImpl {
14
TStringBuf StripFileName(TStringBuf string) {
15
return string.RNextTok(LOCSLASH_C);
16
}
17
}
18
19
class TCustomFuncLogger : public TLogBackend {
Callers
1
TCatboostLogEntry
Method · 0.70
Calls
1
RNextTok
Method · 0.80
Tested by
no test coverage detected