Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoFinish
Method
DoFinish
tools/archiver/main.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
Buf.reserve(stride);
29
}
30
void DoFinish() override {
31
WriteBuf();
32
Flush();
33
}
34
void DoWrite(const void* data, size_t len) override {
35
for (const char* p = (const char*)data; len > 0; ++p, --len) {
36
Buf.append(*p);
Callers
nothing calls this directly
Calls
1
Flush
Function · 0.50
Tested by
no test coverage detected