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

Method apiProvider

launcher/ui/pages/modplatform/ModPage.h:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 virtual bool optedOut(ModPlatform::IndexedVersion& ver) const { return false; };
55
56 auto apiProvider() -> ModAPI* { return api.get(); };
57 auto getFilter() const -> const std::shared_ptr<ModFilterWidget::Filter> { return m_filter; }
58 auto getDialog() const -> const ModDownloadDialog* { return dialog; }
59

Callers 3

requestModVersionsMethod · 0.80
requestModInfoMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected