MCPcopy Create free account
hub / github.com/MultiMC/Launcher / Component

Method Component

launcher/minecraft/Component.cpp:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14#include <assert.h>
15
16Component::Component(PackProfile * parent, const QString& uid)
17{
18 assert(parent);
19 m_parent = parent;
20
21 m_uid = uid;
22}
23
24Component::Component(PackProfile * parent, std::shared_ptr<Meta::Version> version)
25{

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