MCPcopy Create free account
hub / github.com/3rdparty/libprocess / Address

Method Address

include/process/address.hpp:54–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52{
53public:
54 Address(const net::IP& _ip, uint16_t _port)
55 : ip(_ip), port(_port) {}
56
57 /**
58 * Returns the hostname of this address's IP,

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected