Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ isLoaded
Method
isLoaded
launcher/meta/BaseEntity.cpp:155–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
}
154
155
bool Meta::BaseEntity::isLoaded() const
156
{
157
return m_loadStatus > LoadStatus::NotLoaded;
158
}
159
160
bool Meta::BaseEntity::shouldStartRemoteUpdate() const
161
{
Callers
4
getVersionForLoader
Method · 0.45
getComponentVersion
Function · 0.45
initialize
Method · 0.45
create
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected