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

Method octet

source/core/StarHostAddress.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49uint8_t HostAddress::octet(size_t i) const {
50 return m_address[i];
51}
52
53bool HostAddress::isLocalHost() const {
54 if (m_mode == NetworkMode::IPv4) {

Callers 2

operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected