Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ LOOPBACK_ANY
Method
LOOPBACK_ANY
include/process/address.hpp:158–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
{
157
public:
158
static Address LOOPBACK_ANY()
159
{
160
return Address(net::IPv4::LOOPBACK(), 0);
161
}
162
163
static Address ANY_ANY()
164
{
Callers
nothing calls this directly
Calls
1
Address
Class · 0.85
Tested by
no test coverage detected