Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetActiveSize
Method
GetActiveSize
library/cpp/netliba/v12/udp_host.cpp:131–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
return ConnectionHash.size();
130
}
131
size_t GetActiveSize() const {
132
return ActiveConnectionList.Size();
133
}
134
size_t GetSendingSize() const {
135
return SendingConnectionList.size();
136
}
Callers
1
GetConnectionsDebug
Method · 0.80
Calls
1
Size
Method · 0.45
Tested by
no test coverage detected