MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / getMetadata

Method getMetadata

source/game/StarDungeonGenerator.cpp:1326–1329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1324}
1325
1326JsonObject DungeonDefinitions::getMetadata(String const& name) const {
1327 auto definition = get(name);
1328 return definition->metadata();
1329}
1330
1331DungeonDefinitionPtr DungeonDefinitions::readDefinition(String const& path) {
1332 try {

Callers

nothing calls this directly

Calls 2

getFunction · 0.85
metadataMethod · 0.45

Tested by

no test coverage detected