| 268 | } |
| 269 | |
| 270 | void PlayerStorage::moveToFront(Uuid const& uuid) { |
| 271 | m_savedPlayersCache.toFront(uuid); |
| 272 | writeMetadata(); |
| 273 | } |
| 274 | |
| 275 | void PlayerStorage::backupCycle(Uuid const& uuid) { |
| 276 | RecursiveMutexLocker locker(m_mutex); |
no test coverage detected