MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / LockSafe

Method LockSafe

Source/Engine/Content/Storage/FlaxStorage.cpp:280–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280FlaxStorage::LockData FlaxStorage::LockSafe()
281{
282 auto lock = LockData(this);
283 ContentStorageManager::EnsureUnlocked();
284 return lock;
285}
286
287uint32 FlaxStorage::GetRefCount() const
288{

Callers 6

ExtractDataMethod · 0.80
ExportAudioClipMethod · 0.80
ExportModelMethod · 0.80
ExportTextureMethod · 0.80
ExportCubeTextureMethod · 0.80
ProcessMethod · 0.80

Calls 1

LockDataClass · 0.85

Tested by

no test coverage detected