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

Method Append

util/generic/buffer.h:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 void Append(const char* buf, size_t len);
98
99 inline void Append(const char* b, const char* e) {
100 Append(b, NonNegativeDistance(b, e));
101 }
102
103 inline void Append(char ch) {
104 if (Len_ == Pos_) {

Callers

nothing calls this directly

Calls 4

NonNegativeDistanceFunction · 0.85
ReserveFunction · 0.85
DataClass · 0.70
AppendFunction · 0.50

Tested by

no test coverage detected