MCPcopy 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
228bool Library::isLocal() const
229{
230 return m_hint == "local";
231}
232
233bool Library::isAlwaysStale() const
234{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected