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

Method cleanup

source/game/StarCelestialDatabase.cpp:692–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690}
691
692void CelestialSlaveDatabase::cleanup() {
693 RecursiveMutexLocker locker(m_mutex);
694 m_chunkCache.cleanup();
695}
696
697Maybe<CelestialParameters> CelestialSlaveDatabase::parameters(CelestialCoordinate const& coordinate) {
698 if (!coordinate)

Callers 1

cleanupAndCommitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected