Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ ANY_ANY
Method
ANY_ANY
include/process/address.hpp:163–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
static Address ANY_ANY()
164
{
165
return Address(net::IPv4::ANY(), 0);
166
}
167
168
Address(const net::IPv4& ip, uint16_t port)
169
: inet::Address(ip, port) {}
Callers
nothing calls this directly
Calls
1
Address
Class · 0.85
Tested by
no test coverage detected