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

Method Append

util/memory/pool.h:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230
231 template <typename TChar>
232 inline TChar* Append(const TChar* str) {
233 return Append(str, std::char_traits<TChar>::length(str) + 1); // include terminating zero byte
234 }
235
236 template <typename TChar>
237 inline TChar* Append(const TChar* str, size_t len) {

Callers

nothing calls this directly

Calls 3

AppendFunction · 0.50
lengthFunction · 0.50
copyFunction · 0.50

Tested by

no test coverage detected