Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ isAny
Method
isAny
src/net/Address.cpp:91–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
bool Address::isAny() const {
92
return addr[0].s_addr == htonl(INADDR_ANY);
93
}
94
95
bool Address::isPrivate() const {
96
// 127.0.0.0/8
Callers
1
joinInternetGame
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected