MCPcopy Create free account
hub / github.com/catboost/catboost / DoFlush

Method DoFlush

util/stream/tee.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16void TTeeOutput::DoFlush() {
17 L_->Flush();
18 R_->Flush();
19}
20
21void TTeeOutput::DoFinish() {
22 L_->Finish();

Callers

nothing calls this directly

Calls 1

FlushMethod · 0.45

Tested by

no test coverage detected