MCPcopy 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
58auto NetJob::addNetAction(Net::NetRequest::Ptr action) -> bool
59{
60 action->setNetwork(m_network);
61
62 addTask(action);
63
64 return true;
65}
66
67void NetJob::executeNextSubTask()
68{

Callers 15

downloadFromUrlMethod · 0.80
ResourceDownloadTaskMethod · 0.80
executeTaskMethod · 0.80
installConfigsMethod · 0.80
downloadModsMethod · 0.80
searchProjectsMethod · 0.80
getProjectVersionsMethod · 0.80
getProjectMethod · 0.80
getDependencyVersionMethod · 0.80
fetchMethod · 0.80
fetchPrivateMethod · 0.80
downloadPackMethod · 0.80

Calls 1

setNetworkMethod · 0.80

Tested by

no test coverage detected