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

Method Flush

util/stream/buffered.cpp:238–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236 }
237
238 inline void Flush() {
239 {
240 Slave_->Write(Buf(), Stored());
241 Reset();
242 }
243
244 if (PropagateFlush_) {
245 Slave_->Flush();
246 }
247 }
248
249 inline void Finish() {
250 try {

Callers 1

DoFlushMethod · 0.45

Calls 2

ResetFunction · 0.50
WriteMethod · 0.45

Tested by

no test coverage detected