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

Method remove

launcher/minecraft/mod/MetadataHandler.h:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 static void remove(QDir& index_dir, QString mod_slug)
51 {
52 Packwiz::V1::deleteModIndex(index_dir, mod_slug);
53 }
54
55 static void remove(QDir& index_dir, QVariant& mod_id)
56 {

Callers 13

removeJarMethod · 0.45
MinecraftAccountMethod · 0.45
createFromUsernameMethod · 0.45
createOfflineMethod · 0.45
invalidateClientTokenMethod · 0.45
finishMethod · 0.45
isDefaultModelSteveFunction · 0.45
performMethod · 0.45
setResourceEnabledMethod · 0.45
resolveResourceMethod · 0.45
removeThePrefixFunction · 0.45
processAsZipMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected