MCPcopy 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

FormatMethod · 0.70

Calls 1

RNextTokMethod · 0.80

Tested by

no test coverage detected