Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SetOutputBuffer
Method
SetOutputBuffer
util/network/socket.h:345–347 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
343
}
344
345
inline void SetOutputBuffer(unsigned value) {
346
::SetOutputBuffer(Fd(), value);
347
}
348
349
inline void SetInputBuffer(unsigned value) {
350
::SetInputBuffer(Fd(), value);
Callers
nothing calls this directly
Calls
2
SetOutputBuffer
Function · 0.85
Fd
Function · 0.85
Tested by
no test coverage detected