MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / MakeDbIterator

Function MakeDbIterator

src/persistence/dbiterator.h:344–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342
343template<typename CacheType>
344std::shared_ptr<CDbIterator<CacheType>> MakeDbIterator(CacheType &cache) {
345 return std::make_shared<CDbIterator<CacheType>>(cache);
346}
347
348struct CommonPrefixMatcher {
349 // empty prefix, will match all keys

Callers 4

GetVoterListMethod · 0.85
getblockfailuresFunction · 0.85
listcontractsFunction · 0.85
listdexordersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected