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

Method GetValueImpl

src/dbwrapper.cpp:398–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398std::span<const std::byte> CDBIterator::GetValueImpl() const
399{
400 return MakeByteSpan(m_impl_iter->iter->value());
401}
402
403CDBIterator::~CDBIterator() = default;
404bool CDBIterator::Valid() const { return m_impl_iter->iter->Valid(); }

Callers

nothing calls this directly

Calls 2

MakeByteSpanFunction · 0.85
valueMethod · 0.45

Tested by

no test coverage detected