Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SetKeepAlive
Method
SetKeepAlive
library/cpp/coroutine/engine/sockpool.h:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void SetKeepAlive(bool ka) {
42
::SetKeepAlive(Fd_, ka);
43
IsKeepAlive_ = ka;
44
}
45
46
SOCKET Socket() const noexcept {
47
return Fd_;
Callers
nothing calls this directly
Calls
1
SetKeepAlive
Function · 0.85
Tested by
no test coverage detected