Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
StringList PackedAssetSource::assetPaths() const {
93
return m_index.keys();
94
}
95
96
IODevicePtr PackedAssetSource::open(String const& path) {
97
struct AssetReader : public IODevice {
Callers
4
main
Function · 0.45
Assets
Method · 0.45
build
Method · 0.45
uploadToSteam
Method · 0.45
Calls
1
keys
Method · 0.45
Tested by
no test coverage detected