Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
601
IODevicePtr Assets::openFile(String const& path) const {
602
return open(path);
603
}
604
605
void Assets::clearCache() {
606
MutexLocker assetsLocker(m_assetsMutex);
Callers
1
calculateImageSize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected