Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SetInputBuffer
Function · 0.85
Fd
Function · 0.85
Tested by
no test coverage detected