Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
bool ModValidity::Intersects(const ModValidity& other) const {
91
return (*this & other).NotEmpty();
92
}
93
94
ModValidity ModValidity::operator&(const ModValidity& rhs) const {
95
return Intersection(rhs);
Callers
3
ModValidityString
Function · 0.80
GetUploadValidity
Method · 0.80
GenerateValidityErrorsArr
Method · 0.80
Calls
1
NotEmpty
Method · 0.80
Tested by
no test coverage detected