Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Size
Method
Size
util/network/sock.h:243–245 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
241
}
242
243
socklen_t Size() const override {
244
return sizeof(sockaddr_in);
245
}
246
247
socklen_t Len() const override {
248
return Size();
Callers
3
RecvFrom
Method · 0.45
Accept
Method · 0.45
TUnixSocketAddr
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected