MCPcopy 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
13namespace NMatrixnetLoggingImpl {
14 TStringBuf StripFileName(TStringBuf string) {
15 return string.RNextTok(LOCSLASH_C);
16 }
17}
18
19class TCustomFuncLogger : public TLogBackend {

Callers 1

TCatboostLogEntryMethod · 0.70

Calls 1

RNextTokMethod · 0.80

Tested by

no test coverage detected