Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ isRandom
Method
isRandom
Source/Version.hpp:124–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
bool isRandom() const {
125
return mRelease == eRelease::eRandom;
126
}
127
128
bool isRetail() const {
129
return mRelease == eRelease::Retail;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected