Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ UnlinkChunks
Method
UnlinkChunks
Source/Engine/Content/Storage/FlaxStorage.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void AssetHeader::UnlinkChunks()
45
{
46
Platform::MemoryClear(Chunks, sizeof(Chunks));
47
}
48
49
String AssetHeader::ToString() const
50
{
Callers
2
UpgradeAsset
Method · 0.80
Process
Method · 0.80
Calls
1
MemoryClear
Function · 0.85
Tested by
no test coverage detected