MCPcopy 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
38bool ModID::Valid() const {
39 return id != -1;
40}
41
42bool ModID::operator==(const ModID& modid) const {
43 return this->id == modid.id;

Callers 1

GetWritePathFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected