MCPcopy 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
442size_t BTreeDatabase::LeafNode::count() const {
443 return elements.size();
444}
445
446ByteArray const& BTreeDatabase::LeafNode::key(size_t i) const {
447 return elements.at(i).key;

Callers 4

shiftLeftMethod · 0.45
shiftRightMethod · 0.45
leafShiftMethod · 0.45
leafElementCountMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected