MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / Intersects

Method Intersects

Source/Internal/modid.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90bool ModValidity::Intersects(const ModValidity& other) const {
91 return (*this & other).NotEmpty();
92}
93
94ModValidity ModValidity::operator&(const ModValidity& rhs) const {
95 return Intersection(rhs);

Callers 3

ModValidityStringFunction · 0.80
GetUploadValidityMethod · 0.80

Calls 1

NotEmptyMethod · 0.80

Tested by

no test coverage detected