Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
280
FlaxStorage::LockData FlaxStorage::LockSafe()
281
{
282
auto lock = LockData(this);
283
ContentStorageManager::EnsureUnlocked();
284
return lock;
285
}
286
287
uint32 FlaxStorage::GetRefCount() const
288
{
Callers
6
ExtractData
Method · 0.80
ExportAudioClip
Method · 0.80
ExportModel
Method · 0.80
ExportTexture
Method · 0.80
ExportCubeTexture
Method · 0.80
Process
Method · 0.80
Calls
1
LockData
Class · 0.85
Tested by
no test coverage detected