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

Method Bucket

source/core/StarFlatHashTable.hpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118template <typename Value, typename Key, typename GetKey, typename Hash, typename Equals, typename Allocator>
119FlatHashTable<Value, Key, GetKey, Hash, Equals, Allocator>::Bucket::Bucket() {
120 this->hash = EmptyHashValue;
121}
122
123template <typename Value, typename Key, typename GetKey, typename Hash, typename Equals, typename Allocator>
124FlatHashTable<Value, Key, GetKey, Hash, Equals, Allocator>::Bucket::~Bucket() {

Callers

nothing calls this directly

Calls 1

valuePtrMethod · 0.80

Tested by

no test coverage detected