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

Method openFile

source/base/StarAssets.cpp:601–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599}
600
601IODevicePtr Assets::openFile(String const& path) const {
602 return open(path);
603}
604
605void Assets::clearCache() {
606 MutexLocker assetsLocker(m_assetsMutex);

Callers 1

calculateImageSizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected