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

Function StripFileName

library/cpp/par/par_log.h:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 };
48
49 inline TStringBuf StripFileName(TStringBuf string) {
50 return string.RNextTok(LOCSLASH_C);
51 }
52
53 struct TParLoggingHelper: public TStringOutput {
54 TString Buf;

Callers 1

TParLoggingHelperMethod · 0.70

Calls 1

RNextTokMethod · 0.80

Tested by

no test coverage detected