Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ RegisterUsage
Method
RegisterUsage
Source/Engine/Content/Storage/FlaxStorage.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void FlaxChunk::RegisterUsage()
64
{
65
LastAccessTime = Platform::GetTimeSeconds();
66
}
67
68
FlaxChunk* FlaxChunk::Clone() const
69
{
Callers
4
GetOrCreateChunk
Method · 0.80
RequestChunkDataAsync
Method · 0.80
BinaryAsset.h
File · 0.80
LoadAssetChunk
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected