MCPcopy 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
29HostAddress::HostAddress(NetworkMode mode, uint8_t* address) {
30 set(mode, address);
31}
32
33HostAddress::HostAddress(String const& address) {
34 auto a = lookup(address);

Callers

nothing calls this directly

Calls 5

isLeftMethod · 0.80
leftMethod · 0.80
rightMethod · 0.80
setFunction · 0.50
takeUtf8Method · 0.45

Tested by

no test coverage detected