MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / HasAsset

Method HasAsset

Source/Engine/Content/Storage/FlaxStorage.cpp:1576–1579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1574}
1575
1576bool FlaxFile::HasAsset(const Guid& id) const
1577{
1578 return _asset.ID == id;
1579}
1580
1581bool FlaxFile::HasAsset(const AssetInfo& info) const
1582{

Callers 3

deleteFileSafetyMethod · 0.45
findAssetFunction · 0.45
IsEntryValidMethod · 0.45

Calls 2

ContainsKeyMethod · 0.45
TryGetMethod · 0.45

Tested by

no test coverage detected