MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / getVersion

Method getVersion

launcher/minecraft/Component.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 return m_uid;
158}
159QString Component::getVersion()
160{
161 return m_cachedVersion;
162}
163QString Component::getFilename()
164{
165 return m_parent->patchFilePathForUid(m_uid);

Callers 4

resolveDependenciesMethod · 0.45
dataMethod · 0.45
getComponentVersionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected