Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ Valid
Method
Valid
Source/Internal/modid.cpp:38–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
bool ModID::Valid() const {
39
return id != -1;
40
}
41
42
bool ModID::operator==(const ModID& modid) const {
43
return this->id == modid.id;
Callers
1
GetWritePath
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected