Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ HostAddress
Method
HostAddress
source/core/StarHostAddress.cpp:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
HostAddress::HostAddress(NetworkMode mode, uint8_t* address) {
30
set(mode, address);
31
}
32
33
HostAddress::HostAddress(String const& address) {
34
auto a = lookup(address);
Callers
nothing calls this directly
Calls
5
isLeft
Method · 0.80
left
Method · 0.80
right
Method · 0.80
set
Function · 0.50
takeUtf8
Method · 0.45
Tested by
no test coverage detected