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