Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoAppendHint
Method
DoAppendHint
util/folder/pathsplit.h:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
TString DoReconstruct(const TStringBuf slash) const;
18
19
inline void DoAppendHint(size_t hint) {
20
reserve(size() + hint);
21
}
22
};
23
24
struct TPathSplitTraitsUnix: public TPathSplitStore {
Callers
1
TPathSplitBase
Class · 0.80
Calls
2
reserve
Function · 0.50
size
Function · 0.50
Tested by
no test coverage detected