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

Method count

source/test/btree_test.cpp:207–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205
206template <typename Key, typename Data, typename Pointer>
207size_t SimpleBTreeLeaf<Key, Data, Pointer>::count() const {
208 return elements.size();
209}
210
211template <typename Key, typename Data, typename Pointer>
212Key const& SimpleBTreeLeaf<Key, Data, Pointer>::key(size_t i) const {

Callers 13

shiftLeftMethod · 0.45
shiftRightMethod · 0.45
leafNeedsShiftMethod · 0.45
shouldAppendNewLeafMethod · 0.45
leafShiftMethod · 0.45
leafSplitMethod · 0.45
leafElementCountMethod · 0.45
RegisterTestsMethod · 0.45
TestExistsFunction · 0.45
MatchesNameMethod · 0.45
ElapsedMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected