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

Method assetPaths

source/base/StarPackedAssetSource.cpp:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92StringList PackedAssetSource::assetPaths() const {
93 return m_index.keys();
94}
95
96IODevicePtr PackedAssetSource::open(String const& path) {
97 struct AssetReader : public IODevice {

Callers 4

mainFunction · 0.45
AssetsMethod · 0.45
buildMethod · 0.45
uploadToSteamMethod · 0.45

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected