MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / isCustom

Method isCustom

Source/Version.hpp:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 }
119
120 bool isCustom() const {
121 return mRelease == eRelease::Custom || isRandom();
122 }
123
124 bool isRandom() const {
125 return mRelease == eRelease::eRandom;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected