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

Method SeekImpl

src/dbwrapper.cpp:385–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385void CDBIterator::SeekImpl(std::span<const std::byte> key)
386{
387 leveldb::Slice slKey(CharCast(key.data()), key.size());
388 m_impl_iter->iter->Seek(slKey);
389}
390
391std::span<const std::byte> CDBIterator::GetKeyImpl() const
392{

Callers

nothing calls this directly

Calls 4

CharCastFunction · 0.70
dataMethod · 0.45
sizeMethod · 0.45
SeekMethod · 0.45

Tested by

no test coverage detected