Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1576
bool FlaxFile::HasAsset(const Guid& id) const
1577
{
1578
return _asset.ID == id;
1579
}
1580
1581
bool FlaxFile::HasAsset(const AssetInfo& info) const
1582
{
Callers
3
deleteFileSafety
Method · 0.45
findAsset
Function · 0.45
IsEntryValid
Method · 0.45
Calls
2
ContainsKey
Method · 0.45
TryGet
Method · 0.45
Tested by
no test coverage detected