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

Method metadata

launcher/minecraft/mod/Mod.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222auto Mod::metadata() -> std::shared_ptr<Metadata::ModStruct>
223{
224 return m_local_details.metadata;
225}
226
227auto Mod::metadata() const -> const std::shared_ptr<Metadata::ModStruct>
228{

Callers 15

executeTaskMethod · 0.80
toHTMLFunction · 0.80
toMarkdownFunction · 0.80
toPlainTXTFunction · 0.80
toJSONFunction · 0.80
toCSVFunction · 0.80
exportToModListFunction · 0.80
collectHashesMethod · 0.80
executeTaskMethod · 0.80
executeTaskMethod · 0.80
checkVersionsResponseMethod · 0.80
collectHashesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected