MCPcopy Create free account
hub / github.com/SergeyMakeev/ExcaliburHash / getKey

Method getKey

ExcaliburHash/ExcaliburHash.h:408–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406 {
407 protected:
408 [[nodiscard]] inline const TKey* getKey() const noexcept
409 {
410 EXLBR_ASSERT(m_item->isValid());
411 return m_item->key();
412 }
413 [[nodiscard]] inline const TValue* getValue() const noexcept
414 {
415 EXLBR_ASSERT(m_item->isValid());

Callers 1

eraseImplFunction · 0.80

Calls 2

isValidMethod · 0.45
keyMethod · 0.45

Tested by

no test coverage detected