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

Method cause

launcher/Exception.h:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 return m_message.toLatin1().constData();
24 }
25 QString cause() const
26 {
27 return m_message;
28 }
29
30private:
31 QString m_message;

Callers 15

ExceptionMethod · 0.80
saveGroupListMethod · 0.80
loadGroupListMethod · 0.80
modrinthVersionsTaskMethod · 0.80
modrinthProjectsTaskMethod · 0.80
flameVersionsTaskMethod · 0.80
flameProjectsTaskMethod · 0.80
flameCallbackMethod · 0.80
onDownloadSucceededMethod · 0.80
executeTaskMethod · 0.80
fileListSucceededMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected