MCPcopy 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
44void AssetHeader::UnlinkChunks()
45{
46 Platform::MemoryClear(Chunks, sizeof(Chunks));
47}
48
49String AssetHeader::ToString() const
50{

Callers 2

UpgradeAssetMethod · 0.80
ProcessMethod · 0.80

Calls 1

MemoryClearFunction · 0.85

Tested by

no test coverage detected