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

Method name

launcher/modplatform/ModIndex.cpp:27–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace ModPlatform {
26
27auto ProviderCapabilities::name(Provider p) -> const char*
28{
29 switch (p) {
30 case Provider::MODRINTH:
31 return "modrinth";
32 case Provider::FLAME:
33 return "curseforge";
34 }
35 return {};
36}
37auto ProviderCapabilities::readableName(Provider p) -> QString
38{
39 switch (p) {

Callers 13

executeTaskMethod · 0.45
emitReadyMethod · 0.45
emitFailMethod · 0.45
modrinthVersionsTaskMethod · 0.45
modrinthProjectsTaskMethod · 0.45
flameVersionsTaskMethod · 0.45
flameProjectsTaskMethod · 0.45
updateModIndexMethod · 0.45
getIndexForModMethod · 0.45
createInstanceMethod · 0.45
executeTaskMethod · 0.45
executeTaskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected