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

Method Assign

util/generic/buffer.h:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 inline void Assign(const char* data, size_t len) {
56 Clear();
57 Append(data, len);
58 }
59
60 inline void Assign(const char* b, const char* e) {
61 Assign(b, NonNegativeDistance(b, e));

Callers

nothing calls this directly

Calls 4

NonNegativeDistanceFunction · 0.85
ClearFunction · 0.50
AppendFunction · 0.50
AssignFunction · 0.50

Tested by

no test coverage detected