Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Last
Method
Last
driver/hybriddb/iterator.go:43–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
func
(it *Iterator) Last() {
44
it.it.Last()
45
}
46
47
func
(it *Iterator) Seek(key []byte) {
48
it.it.Seek(key)
Callers
2
TestIterator
Function · 0.95
TestIterator_EmptyDB
Function · 0.95
Calls
no outgoing calls
Tested by
2
TestIterator
Function · 0.76
TestIterator_EmptyDB
Function · 0.76