Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MonaSolutions/MonaServer
/ size
Method
size
MonaBase/sources/SocketAddress.cpp:93–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
92
const sockaddr* addr() const { return (sockaddr*)&_addr;}
93
NET_SOCKLEN size() const { return sizeof(_addr); }
94
95
private:
96
struct sockaddr_in6 _addr;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected