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

Method DoWrite

library/cpp/http/io/stream.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 void DoWrite(const void* buf, size_t len) override {
105 ConstructSlave();
106 Slave_->Write(buf, len);
107 }
108
109 void DoFlush() override {
110 ConstructSlave();

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected