MCPcopy Create free account
hub / github.com/chen3feng/toft / SocketAddressStorage

Method SocketAddressStorage

system/net/socket_address.h:406–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404{
405public:
406 SocketAddressStorage() : m_length(0) {}
407 virtual ~SocketAddressStorage();
408 explicit SocketAddressStorage(const SocketAddress& src);
409 SocketAddressStorage& operator=(const SocketAddress& src);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected