Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ isLoaded
Method
isLoaded
launcher/meta/BaseEntity.cpp:146–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
bool Meta::BaseEntity::isLoaded() const
147
{
148
return m_loadStatus > LoadStatus::NotLoaded;
149
}
150
151
bool Meta::BaseEntity::shouldStartRemoteUpdate() const
152
{
Callers
2
getVersionForLoader
Method · 0.45
initialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected