MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / isLocal

Method isLocal

launcher/minecraft/Library.cpp:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266bool Library::isLocal() const
267{
268 return m_hint == "local";
269}
270
271bool Library::isAlwaysStale() const
272{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected