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

Method SetInputBuffer

util/network/socket.h:349–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347 }
348
349 inline void SetInputBuffer(unsigned value) {
350 ::SetInputBuffer(Fd(), value);
351 }
352
353 inline size_t MaximumSegmentSize() const {
354 return GetMaximumSegmentSize(Fd());

Callers

nothing calls this directly

Calls 2

SetInputBufferFunction · 0.85
FdFunction · 0.85

Tested by

no test coverage detected