MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetKeyImpl

Method GetKeyImpl

src/dbwrapper.cpp:391–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391std::span<const std::byte> CDBIterator::GetKeyImpl() const
392{
393 // The returned span borrows from the current iterator entry and is only
394 // valid until the iterator is advanced.
395 return MakeByteSpan(m_impl_iter->iter->key());
396}
397
398std::span<const std::byte> CDBIterator::GetValueImpl() const
399{

Callers

nothing calls this directly

Calls 2

MakeByteSpanFunction · 0.85
keyMethod · 0.45

Tested by

no test coverage detected