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

Method metadata

launcher/minecraft/mod/Mod.cpp:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173auto Mod::metadata() -> std::shared_ptr<Metadata::ModStruct>
174{
175 return m_local_details.metadata;
176}
177
178auto Mod::metadata() const -> const std::shared_ptr<Metadata::ModStruct>
179{

Callers 9

executeTaskMethod · 0.80
executeTaskMethod · 0.80
executeTaskMethod · 0.80
updateModsMethod · 0.80
disableUpdatesMethod · 0.80
onMetadataEnsuredMethod · 0.80
dataMethod · 0.80
executeTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected