MCPcopy Create free account
hub / github.com/OCEChain/OCEChain / ReverseIterator

Method ReverseIterator

types/store.go:148–148  ·  view source on GitHub ↗

Iterator over a domain of keys in descending order. End is exclusive. Start must be greater than end, or the Iterator is invalid. Iterator must be closed by caller. CONTRACT: No writes may happen within a domain while an iterator exists over it.

(start, end []byte)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

ReverseIteratorMethod · 0.65
LastFunction · 0.65
iteratorMethod · 0.65
iteratorMethod · 0.65
iteratorMethod · 0.65

Implementers 5

prefixStorestore/prefixstore.go
iavlStorestore/iavlstore.go
cacheKVStorestore/cachekvstore.go
gasKVStorestore/gaskvstore.go
TraceKVStorestore/tracekvstore.go

Calls

no outgoing calls

Tested by

no test coverage detected