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

Method DoWrite

library/cpp/http/io/stream.cpp:893–895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

891}
892
893void THttpOutput::DoWrite(const void* buf, size_t len) {
894 Impl_->Write(buf, len);
895}
896
897void THttpOutput::DoFlush() {
898 Impl_->Flush();

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected