MCPcopy 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
25int32 AssetsCache::Size() const
26{
27 ASSETS_CACHE_LOCK();
28 const int32 result = _registry.Count();
29 return result;
30}
31
32void AssetsCache::Init()
33{

Callers 15

RenderDebugMethod · 0.45
RenderMethod · 0.45
BuildHiZMethod · 0.45
RenderDebugMethod · 0.45
DeserializeMethod · 0.45
DeserializeMethod · 0.45
loadMethod · 0.45
DeserializeMethod · 0.45
loadMethod · 0.45
LoadSurfaceMethod · 0.45
loadMethod · 0.45
DeserializeMethod · 0.45

Calls 1

CountMethod · 0.45

Tested by

no test coverage detected