MCPcopy Create free account
hub / github.com/ByteStorage/FlyDB / SkipListIterator

Struct SkipListIterator

engine/index/skiplist.go:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71type SkipListIterator struct {
72 currIndex int
73 reverse bool
74 values []*Item
75}
76
77// NewSkipListIterator Initializes the SkipList index iterator
78func NewSkipListIterator(sl *SkipList, reverse bool) *SkipListIterator {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected