Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ~TCodedOutput
Method
~TCodedOutput
library/cpp/blockcodecs/core/stream.cpp:77–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
TCodedOutput::~TCodedOutput() {
78
try {
79
Finish();
80
} catch (...) {
81
}
82
}
83
84
void TCodedOutput::DoWrite(const void* buf, size_t len) {
85
const char* in = (const char*)buf;
Callers
nothing calls this directly
Calls
1
Finish
Function · 0.50
Tested by
no test coverage detected