MCPcopy 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

LockChunksMethod · 0.80

Tested by

no test coverage detected