MCPcopy Create free account
hub / github.com/PrismLauncher/PrismLauncher / getCurrentTask

Method getCurrentTask

launcher/java/JavaInstallList.cpp:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60Task::Ptr JavaInstallList::getCurrentTask()
61{
62 if (m_status == Status::InProgress) {
63 return m_load_task;
64 }
65 return nullptr;
66}
67
68void JavaInstallList::load()
69{

Callers 1

CoreModFolderPageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected