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

Method Reset

util/generic/buffer.h:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 Y_REINITIALIZES_OBJECT inline void Reset() noexcept {
52 TBuffer().Swap(*this);
53 }
54
55 inline void Assign(const char* data, size_t len) {
56 Clear();

Callers

nothing calls this directly

Calls 2

TBufferClass · 0.70
SwapMethod · 0.45

Tested by

no test coverage detected