MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / First

Method First

driver/crdt/iterator.go:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func (it *Iterator) First() {
43 it.Seek([]byte(it.seekKey))
44}
45
46func (it *Iterator) Last() {
47 q := query.Query{

Callers

nothing calls this directly

Calls 1

SeekMethod · 0.95

Tested by

no test coverage detected