Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ side
Method
side
launcher/minecraft/mod/Mod.cpp:256–261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
254
}
255
256
auto Mod::side() const -> Metadata::ModSide
257
{
258
if (metadata())
259
return metadata()->side;
260
return Metadata::ModSide::UniversalSide;
261
}
262
263
auto Mod::releaseType() const -> ModPlatform::IndexedVersionType
264
{
Callers
2
compare
Method · 0.80
data
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected