MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / mode

Method mode

source/core/StarHostAddress.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41NetworkMode HostAddress::mode() const {
42 return m_mode;
43}
44
45uint8_t const* HostAddress::bytes() const {
46 return m_address;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected