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

Method executeTask

launcher/minecraft/launch/PrintInstanceInfo.cpp:92–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90#endif
91
92void PrintInstanceInfo::executeTask()
93{
94 auto instance = m_parent->instance();
95 QStringList log;
96
97#ifdef Q_OS_LINUX
98 ::probeProcCpuinfo(log);
99 ::runLspci(log);
100 ::runGlxinfo(log);
101#endif
102
103 logLines(log, MessageLevel::Launcher);
104 logLines(instance->verboseDescription(m_session, m_serverToJoin), MessageLevel::Launcher);
105 emitSucceeded();
106}

Callers

nothing calls this directly

Calls 5

probeProcCpuinfoFunction · 0.85
runLspciFunction · 0.85
runGlxinfoFunction · 0.85
instanceMethod · 0.45
verboseDescriptionMethod · 0.45

Tested by

no test coverage detected