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

Method keySize

source/core/StarBTreeDatabase.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43uint32_t BTreeDatabase::keySize() const {
44 ReadLocker readLocker(m_lock);
45 return m_keySize;
46}
47
48void BTreeDatabase::setKeySize(uint32_t keySize) {
49 WriteLocker writeLocker(m_lock);

Callers 2

openDatabaseMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected