Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoFinish
Method
DoFinish
tools/archiver/main.cpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
68
private:
69
void DoFinish() override {
70
Slave_->Write(
'\n'
);
71
Slave_->Flush();
72
}
73
74
void DoWrite(const void* data, size_t len) override {
75
const char* b = (const char*)data;
Callers
nothing calls this directly
Calls
2
Write
Method · 0.45
Flush
Method · 0.45
Tested by
no test coverage detected