Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoFinish
Method
DoFinish
util/stream/output.cpp:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void IOutputStream::DoFinish() {
43
Flush();
44
}
45
46
void IOutputStream::DoWriteV(const TPart* parts, size_t count) {
47
for (size_t i = 0; i < count; ++i) {
Callers
nothing calls this directly
Calls
1
Flush
Function · 0.70
Tested by
no test coverage detected