Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ DeleteChunks
Method
DeleteChunks
Source/Engine/Content/Storage/FlaxStorage.cpp:36–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void AssetHeader::DeleteChunks()
37
{
38
for (int32 i = 0; i < ASSET_FILE_DATA_CHUNKS; i++)
39
{
40
SAFE_DELETE(Chunks[i]);
41
}
42
}
43
44
void AssetHeader::UnlinkChunks()
45
{
Callers
2
UpgradeAsset
Method · 0.80
Process
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected