Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ~TSocketOutput
Method
~TSocketOutput
util/network/socket.cpp:918–924 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
916
}
917
918
TSocketOutput::~TSocketOutput() {
919
try {
920
Finish();
921
} catch (...) {
922
// ¯\_(ツ)_/¯
923
}
924
}
925
926
void TSocketOutput::DoWrite(const void* buf, size_t len) {
927
size_t send = 0;
Callers
nothing calls this directly
Calls
1
Finish
Function · 0.50
Tested by
no test coverage detected