MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / moveToFront

Method moveToFront

source/game/StarPlayerStorage.cpp:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

setMainPlayerMethod · 0.80
updateMethod · 0.80
MainInterfaceMethod · 0.80
initCharSelectionMenuMethod · 0.80
initCharCreationMenuMethod · 0.80

Calls 1

toFrontMethod · 0.45

Tested by

no test coverage detected