MCPcopy 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
24struct TPathSplitTraitsUnix: public TPathSplitStore {

Callers 1

TPathSplitBaseClass · 0.80

Calls 2

reserveFunction · 0.50
sizeFunction · 0.50

Tested by

no test coverage detected