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

Method getVersionFile

launcher/minecraft/Component.cpp:99–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99std::shared_ptr<class VersionFile> Component::getVersionFile() const
100{
101 if (m_metaVersion) {
102 return m_metaVersion->data();
103 } else {
104 return m_file;
105 }
106}
107
108std::shared_ptr<class Meta::VersionList> Component::getVersionList() const
109{

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected