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

Method First

driver/oss/iterator.go:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39func (it *Iterator) First() {
40 it.it.First()
41}
42
43func (it *Iterator) Last() {
44 it.it.Last()

Callers 1

PersistMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected