Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ addNetAction
Method
addNetAction
launcher/net/NetJob.cpp:58–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
auto NetJob::addNetAction(Net::NetRequest::Ptr action) -> bool
59
{
60
action->setNetwork(m_network);
61
62
addTask(action);
63
64
return true;
65
}
66
67
void NetJob::executeNextSubTask()
68
{
Callers
15
downloadFromUrl
Method · 0.80
ResourceDownloadTask
Method · 0.80
executeTask
Method · 0.80
installConfigs
Method · 0.80
downloadMods
Method · 0.80
searchProjects
Method · 0.80
getProjectVersions
Method · 0.80
getProject
Method · 0.80
getDependencyVersion
Method · 0.80
fetch
Method · 0.80
fetchPrivate
Method · 0.80
downloadPack
Method · 0.80
Calls
1
setNetwork
Method · 0.80
Tested by
no test coverage detected