MCPcopy Create free account
hub / github.com/catboost/catboost / ~TBuffer

Method ~TBuffer

util/generic/buffer.cpp:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92TBuffer::~TBuffer() {
93 y_deallocate(Data_);
94}
95
96void TBuffer::AsString(TString& s) {
97 s.assign(Data(), Size());

Callers

nothing calls this directly

Calls 1

y_deallocateFunction · 0.85

Tested by

no test coverage detected