Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
uint32_t BTreeDatabase::keySize() const {
44
ReadLocker readLocker(m_lock);
45
return m_keySize;
46
}
47
48
void BTreeDatabase::setKeySize(uint32_t keySize) {
49
WriteLocker writeLocker(m_lock);
Callers
2
openDatabase
Method · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected