MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / size

Method size

MonaBase/sources/IPAddress.cpp:219–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217
218 const void* addr() const { return &_addr; }
219 NET_SOCKLEN size() const { return sizeof(_addr); }
220
221 UInt32 scope() const {return _scope;}
222 bool isBroadcast() const {return false;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected