Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ~TChunkedOutput
Method
~TChunkedOutput
library/cpp/http/io/chunk.cpp:220–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
}
219
220
TChunkedOutput::~TChunkedOutput() {
221
try {
222
Finish();
223
} catch (...) {
224
}
225
}
226
227
void TChunkedOutput::DoWrite(const void* buf, size_t len) {
228
if (Impl_.Get()) {
Callers
nothing calls this directly
Calls
1
Finish
Function · 0.50
Tested by
no test coverage detected