MCPcopy 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
87bool MemoryAssetSource::contains(String const& path) const {
88 return m_files.contains(path);
89}
90
91bool MemoryAssetSource::erase(String const& path) {
92 return m_files.erase(path) != 0;

Callers 14

AssetsMethod · 0.45
assetExistsMethod · 0.45
clearCacheMethod · 0.45
cleanupMethod · 0.45
rectContainsMethod · 0.45
polyContainsMethod · 0.45
rectIntersectsCircleMethod · 0.45
parseOrDieMethod · 0.45
removeEffectMethod · 0.45
hasEffectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected