Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ Address
Method
Address
include/process/address.hpp:54–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
{
53
public:
54
Address(const net::IP& _ip, uint16_t _port)
55
: ip(_ip), port(_port) {}
56
57
/**
58
* Returns the hostname of this address's IP,
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected