Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
uint8_t HostAddress::octet(size_t i) const {
50
return m_address[i];
51
}
52
53
bool HostAddress::isLocalHost() const {
54
if (m_mode == NetworkMode::IPv4) {
Callers
2
StarHostAddress.cpp
File · 0.80
operator()
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected