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

Method metadata

source/base/StarPackedAssetSource.cpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88JsonObject PackedAssetSource::metadata() const {
89 return m_metadata;
90}
91
92StringList PackedAssetSource::assetPaths() const {
93 return m_index.keys();

Callers 5

AssetsMethod · 0.45
assetSourceMetadataMethod · 0.45
checkPatchArrayMethod · 0.45
readJsonMethod · 0.45
buildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected