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

Method setKeySize

source/core/StarBTreeDatabase.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void BTreeDatabase::setKeySize(uint32_t keySize) {
49 WriteLocker writeLocker(m_lock);
50 checkIfOpen("setKeySize", false);
51 m_keySize = keySize;
52}
53
54String BTreeDatabase::contentIdentifier() const {
55 ReadLocker readLocker(m_lock);

Callers 2

openDatabaseMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected