Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ contains
Method
contains
source/base/StarMemoryAssetSource.cpp:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
bool MemoryAssetSource::contains(String const& path) const {
88
return m_files.contains(path);
89
}
90
91
bool MemoryAssetSource::erase(String const& path) {
92
return m_files.erase(path) != 0;
Callers
14
Assets
Method · 0.45
assetExists
Method · 0.45
clearCache
Method · 0.45
cleanup
Method · 0.45
parseFramesSpecification
Method · 0.45
bestFramesSpecification
Method · 0.45
rectContains
Method · 0.45
polyContains
Method · 0.45
rectIntersectsCircle
Method · 0.45
parseOrDie
Method · 0.45
removeEffect
Method · 0.45
hasEffect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected