MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / operator==

Method operator==

launcher/minecraft/World.cpp:561–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561bool World::operator==(const World &other) const
562{
563 return is_valid == other.is_valid && folderName() == other.folderName();
564}

Callers

nothing calls this directly

Calls 1

folderNameMethod · 0.80

Tested by

no test coverage detected