Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TConnectedSocket
Method
TConnectedSocket
library/cpp/netliba/v12/net_test.cpp:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
10
namespace NNetliba_v12 {
11
TConnectedSocket::TConnectedSocket() {
12
S = CreateSocket();
13
}
14
15
bool TConnectedSocket::IsValid() const {
16
return S->IsValid();
Callers
nothing calls this directly
Calls
1
CreateSocket
Function · 0.50
Tested by
no test coverage detected