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

Function Fix

tools/archiver/main.cpp:321–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321static inline TString Fix(TString f) {
322 if (!f.empty() && IsDelim(f[f.size() - 1])) {
323 f.pop_back();
324 }
325
326 return f;
327}
328
329static bool Quiet = false;
330

Callers 4

FixMethod · 0.85
operator()Method · 0.85
MaybeGetMethod · 0.85
MaybePutMethod · 0.85

Calls 4

IsDelimFunction · 0.85
emptyMethod · 0.45
sizeMethod · 0.45
pop_backMethod · 0.45

Tested by

no test coverage detected