Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
TBuffer::~TBuffer() {
93
y_deallocate(Data_);
94
}
95
96
void TBuffer::AsString(TString& s) {
97
s.assign(Data(), Size());
Callers
nothing calls this directly
Calls
1
y_deallocate
Function · 0.85
Tested by
no test coverage detected