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

Method getProject

launcher/modplatform/ResourceAPI.h:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 return nullptr;
137 }
138 [[nodiscard]] virtual Task::Ptr getProject([[maybe_unused]] QString addonId,
139 [[maybe_unused]] std::shared_ptr<QByteArray> response) const
140 {
141 qWarning() << "TODO: ResourceAPI::getProject";
142 return nullptr;
143 }
144 [[nodiscard]] virtual Task::Ptr getProjects([[maybe_unused]] QStringList addonIds,
145 [[maybe_unused]] std::shared_ptr<QByteArray> response) const
146 {

Callers 4

modrinthProjectsTaskMethod · 0.45
flameProjectsTaskMethod · 0.45
installModMethod · 0.45
getProjectInfoTaskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected