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

Method assetSources

source/base/StarAssets.cpp:399–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399StringList Assets::assetSources() const {
400 MutexLocker assetsLocker(m_assetsMutex);
401 return m_assetSources;
402}
403
404JsonObject Assets::assetSourceMetadata(String const& sourceName) const {
405 MutexLocker assetsLocker(m_assetsMutex);

Callers 4

AssetsMethod · 0.95
makeRootCallbacksMethod · 0.80
ModsMenuMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected