Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ count
Method
count
source/core/StarBTreeDatabase.cpp:442–444 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
440
}
441
442
size_t BTreeDatabase::LeafNode::count() const {
443
return elements.size();
444
}
445
446
ByteArray const& BTreeDatabase::LeafNode::key(size_t i) const {
447
return elements.at(i).key;
Callers
4
shiftLeft
Method · 0.45
shiftRight
Method · 0.45
leafShift
Method · 0.45
leafElementCount
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected