MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / isLocal

Method isLocal

launcher/minecraft/Library.cpp:264–267  ·  view source on GitHub ↗

* @brief Check if the library is considered local. * * @return bool True if the library is local, false otherwise. */

Source from the content-addressed store, hash-verified

262 * @return bool True if the library is local, false otherwise.
263 */
264bool Library::isLocal() const
265{
266 return m_hint == "local";
267}
268
269/**
270 * @brief Check if the library is always considered stale.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected