Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ operator>
Method
operator>
launcher/BaseVersion.h:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
return name() < a.name();
50
};
51
virtual bool operator>(BaseVersion &a)
52
{
53
return name() > a.name();
54
};
55
};
56
57
typedef std::shared_ptr<BaseVersion> BaseVersionPtr;
Callers
nothing calls this directly
Calls
1
name
Method · 0.45
Tested by
no test coverage detected