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