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

Method Component

launcher/minecraft/Component.cpp:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49#include <assert.h>
50
51Component::Component(PackProfile * parent, const QString& uid)
52{
53 assert(parent);
54 m_parent = parent;
55
56 m_uid = uid;
57}
58
59Component::Component(PackProfile * parent, std::shared_ptr<Meta::Version> version)
60{

Callers

nothing calls this directly

Calls 4

uidMethod · 0.45
versionMethod · 0.45
nameMethod · 0.45
isLoadedMethod · 0.45

Tested by

no test coverage detected