Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ deepEquals
Method
deepEquals
launcher/meta/JsonFormat.h:52–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
return uid < rhs.uid;
51
}
52
bool deepEquals(const Require & rhs) const
53
{
54
return uid == rhs.uid
55
&& equalsVersion == rhs.equalsVersion
56
&& suggests == rhs.suggests;
57
}
58
QString uid;
59
QString equalsVersion;
60
QString suggests;
Callers
1
deepCompare
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected