MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / indexDir

Method indexDir

launcher/ui/dialogs/ModUpdateDialog.h:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29 const QList<ModDownloadTask*> getTasks();
30 auto indexDir() const -> QDir { return m_mod_model->indexDir(); }
31
32 auto noUpdates() const -> bool { return m_no_updates; };
33 auto aborted() const -> bool { return m_aborted; };

Callers 2

ModDownloadTaskMethod · 0.45
disableUpdatesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected