Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ operator==
Method
operator==
src/base/net.cpp:175–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
}
174
175
bool NETADDR::operator==(const NETADDR &other) const
176
{
177
return net_addr_comp(this, &other) == 0;
178
}
179
180
bool NETADDR::operator!=(const NETADDR &other) const
181
{
Callers
nothing calls this directly
Calls
1
net_addr_comp
Function · 0.85
Tested by
no test coverage detected