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

Method empty

source/core/StarFlatHashTable.hpp:323–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321
322template <typename Value, typename Key, typename GetKey, typename Hash, typename Equals, typename Allocator>
323size_t FlatHashTable<Value, Key, GetKey, Hash, Equals, Allocator>::empty() const {
324 return m_filledCount == 0;
325}
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 {

Callers 5

beginMethod · 0.45
clearMethod · 0.45
insertMethod · 0.45
findMethod · 0.45
checkCapacityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected