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

Method SendTo

library/cpp/neh/http_common.h:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 inline void SendTo(IOutputStream& io) const {
139 io.Write(Parts_.data(), Parts_.size());
140 }
141
142 inline void AddPart(const void* buf, size_t len) noexcept {
143 Parts_.push_back(IOutputStream::TPart(buf, len));

Callers

nothing calls this directly

Calls 3

WriteMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected