godoc to trigger action
All checks were successful
Test / Run unit tests (pull_request) Successful in 3m29s
All checks were successful
Test / Run unit tests (pull_request) Successful in 3m29s
This commit is contained in:
parent
fedeb4e4ae
commit
c075acace4
@ -246,6 +246,7 @@ func (it *Iterator) Next(descend bool) bool {
|
||||
return ret
|
||||
}
|
||||
|
||||
// Bounds returns the bounds of the underlying PrefixBoundIterator, if any
|
||||
func (it *Iterator) Bounds() ([]byte, []byte) {
|
||||
if impl, ok := it.NodeIterator.(*iter.PrefixBoundIterator); ok {
|
||||
return impl.Bounds()
|
||||
|
Loading…
Reference in New Issue
Block a user