Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ~THttpOutput
Method
~THttpOutput
library/cpp/http/io/stream.cpp:886–891 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
884
}
885
886
THttpOutput::~THttpOutput() {
887
try {
888
Finish();
889
} catch (...) {
890
}
891
}
892
893
void THttpOutput::DoWrite(const void* buf, size_t len) {
894
Impl_->Write(buf, len);
Callers
nothing calls this directly
Calls
1
Finish
Function · 0.50
Tested by
no test coverage detected