Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ isLocal
Method
isLocal
launcher/minecraft/Library.cpp:228–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
bool Library::isLocal() const
229
{
230
return m_hint ==
"local"
;
231
}
232
233
bool Library::isAlwaysStale() const
234
{
Callers
1
removeComponent_internal
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected