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

Method size

source/core/StarFlatHashTable.hpp:328–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326
327template <typename Value, typename Key, typename GetKey, typename Hash, typename Equals, typename Allocator>
328size_t FlatHashTable<Value, Key, GetKey, Hash, Equals, Allocator>::size() const {
329 return m_filledCount;
330}
331
332template <typename Value, typename Key, typename GetKey, typename Hash, typename Equals, typename Allocator>
333void FlatHashTable<Value, Key, GetKey, Hash, Equals, Allocator>::clear() {

Callers 6

endMethod · 0.45
clearMethod · 0.45
insertMethod · 0.45
operator==Method · 0.45
hashBucketMethod · 0.45
checkCapacityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected