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

Method addr

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

Source from the content-addressed store, hash-verified

216 IPAddress::Family family() const {return IPAddress::IPv6;}
217
218 const void* addr() const { return &_addr; }
219 NET_SOCKLEN size() const { return sizeof(_addr); }
220
221 UInt32 scope() const {return _scope;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected