Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
NetworkMode HostAddress::mode() const {
42
return m_mode;
43
}
44
45
uint8_t const* HostAddress::bytes() const {
46
return m_address;
Callers
1
StarHostAddress.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected