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

Method isOpen

source/core/StarBTreeDatabase.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98bool BTreeDatabase::isOpen() const {
99 ReadLocker readLocker(m_lock);
100 return m_open;
101}
102
103bool BTreeDatabase::open() {
104 WriteLocker writeLocker(m_lock);

Callers 2

openMethod · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected