Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
Task::Ptr JavaInstallList::getCurrentTask()
61
{
62
if (m_status == Status::InProgress) {
63
return m_load_task;
64
}
65
return nullptr;
66
}
67
68
void JavaInstallList::load()
69
{
Callers
1
CoreModFolderPage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected