Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ LockData
Method
LockData
Source/Engine/Content/Storage/FlaxStorage.h:153–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
FlaxStorage* _storage;
152
153
LockData(FlaxStorage* storage)
154
: _storage(storage)
155
{
156
if (_storage)
157
_storage->LockChunks();
158
}
159
160
public:
161
LockData()
Callers
nothing calls this directly
Calls
1
LockChunks
Method · 0.80
Tested by
no test coverage detected