Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
321
static 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
329
static bool Quiet = false;
330
Callers
4
Fix
Method · 0.85
operator()
Method · 0.85
MaybeGet
Method · 0.85
MaybePut
Method · 0.85
Calls
4
IsDelim
Function · 0.85
empty
Method · 0.45
size
Method · 0.45
pop_back
Method · 0.45
Tested by
no test coverage detected