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

Method DoFlush

library/cpp/http/io/chunk.cpp:235–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void TChunkedOutput::DoFlush() {
236 if (Impl_.Get()) {
237 Impl_->Flush();
238 }
239}
240
241void TChunkedOutput::DoFinish() {
242 if (Impl_.Get()) {

Callers

nothing calls this directly

Calls 2

GetMethod · 0.45
FlushMethod · 0.45

Tested by

no test coverage detected