MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / runSearchJob

Method runSearchJob

launcher/ui/pages/modplatform/ResourceModel.cpp:287–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287void ResourceModel::runSearchJob(Task::Ptr ptr)
288{
289 m_current_search_job.reset(ptr); // clean up first
290 m_current_search_job->start();
291}
292void ResourceModel::runInfoJob(Task::Ptr ptr)
293{
294 if (!m_current_info_job.isRunning())

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected