Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ getCurrentTask
Method
getCurrentTask
launcher/java/JavaInstallList.cpp:59–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
Task::Ptr JavaInstallList::getCurrentTask()
60
{
61
if (m_status == Status::InProgress) {
62
return m_load_task;
63
}
64
return nullptr;
65
}
66
67
void JavaInstallList::load()
68
{
Callers
1
CoreModFolderPage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected