Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Size
Method
Size
Source/Engine/Content/Cache/AssetsCache.cpp:25–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
#endif
24
25
int32 AssetsCache::Size() const
26
{
27
ASSETS_CACHE_LOCK();
28
const int32 result = _registry.Count();
29
return result;
30
}
31
32
void AssetsCache::Init()
33
{
Callers
15
RenderDebug
Method · 0.45
Render
Method · 0.45
BuildHiZ
Method · 0.45
RenderDebug
Method · 0.45
Deserialize
Method · 0.45
Deserialize
Method · 0.45
load
Method · 0.45
Deserialize
Method · 0.45
load
Method · 0.45
LoadSurface
Method · 0.45
load
Method · 0.45
Deserialize
Method · 0.45
Calls
1
Count
Method · 0.45
Tested by
no test coverage detected