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

Method WriteSome

library/cpp/neh/asio/asio.h:206–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204 TEndpoint RemoteEndpoint() const;
205
206 inline size_t WriteSome(TContIOVector& v) {
207 TErrorCode ec;
208 size_t n = WriteSome(v, ec);
209 ec.Check();
210 return n;
211 }
212
213 inline size_t WriteSome(const void* buff, size_t size) {
214 TErrorCode ec;

Callers

nothing calls this directly

Calls 2

WriteSomeFunction · 0.85
CheckMethod · 0.45

Tested by

no test coverage detected