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

Method leafElementCount

source/test/btree_test.cpp:479–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477 }
478
479 size_t leafElementCount(Leaf const& leaf) {
480 return leaf.count();
481 }
482
483 Key leafKey(Leaf const& leaf, size_t i) {
484 return leaf.key(i);

Callers

nothing calls this directly

Calls 1

countMethod · 0.45

Tested by

no test coverage detected