Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XMuli/ChineseChess
/ IpCandidate
Class
IpCandidate
NetworkGame.cpp:22–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
21
namespace {
22
struct IpCandidate {
23
QString ip;
24
QString label;
25
int priority = 2;
26
};
27
28
bool isInterfaceUsable(const QNetworkInterface& iface)
29
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected