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

Method find

source/core/StarFlatHashTable.hpp:419–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417
418template <typename Value, typename Key, typename GetKey, typename Hash, typename Equals, typename Allocator>
419auto FlatHashTable<Value, Key, GetKey, Hash, Equals, Allocator>::find(Key const& key) const -> const_iterator {
420 return const_cast<FlatHashTable*>(this)->find(key);
421}
422
423template <typename Value, typename Key, typename GetKey, typename Hash, typename Equals, typename Allocator>
424auto FlatHashTable<Value, Key, GetKey, Hash, Equals, Allocator>::find(Key const& key) -> iterator {

Callers

nothing calls this directly

Calls 4

endFunction · 0.85
valuePtrMethod · 0.80
emptyMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected