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

Method WriteSome

library/cpp/neh/asio/asio.cpp:136–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 size_t TTcpSocket::WriteSome(TContIOVector& d, TErrorCode& ec) noexcept {
137 return Impl_->WriteSome(d, ec);
138 }
139
140 size_t TTcpSocket::WriteSome(const void* buff, size_t size, TErrorCode& ec) noexcept {
141 return Impl_->WriteSome(buff, size, ec);

Callers 5

SendRequestMethod · 0.45
SendDataMethod · 0.45
FlushOutputBuffersMethod · 0.45
FlushOutputBuffersMethod · 0.45
ExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected