Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
561
bool 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
folderName
Method · 0.80
Tested by
no test coverage detected