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

Method DoWriteC

util/stream/buffered.cpp:385–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385void TBufferedOutputBase::DoWriteC(char c) {
386 Y_ENSURE(Impl_.Get(), "cannot write to finished stream");
387 Impl_->Write(c);
388}
389
390void TBufferedOutputBase::DoFlush() {
391 if (Impl_.Get()) {

Callers

nothing calls this directly

Calls 2

GetMethod · 0.45
WriteMethod · 0.45

Tested by

no test coverage detected