MCPcopy Create free account
hub / github.com/DNAProject/DNA / First

Method First

core/store/common/store.go:37–37  ·  view source on GitHub ↗

Next item. If item available return true, otherwise return false Prev() bool //previous item. If item available return true, otherwise return false

()

Source from the content-addressed store, hash-verified

35 Next() bool //Next item. If item available return true, otherwise return false
36 //Prev() bool //previous item. If item available return true, otherwise return false
37 First() bool //First item. If item available return true, otherwise return false
38 //Last() bool //Last item. If item available return true, otherwise return false
39 //Seek(key []byte) bool //Seek key. If item available return true, otherwise return false
40 Key() []byte //Return the current item key

Callers 15

CheckStorageMethod · 0.65
accumulateHashFunction · 0.65
TestIterFunction · 0.65
firstMethod · 0.65
TestNewOverlayDBFunction · 0.65
sendTxFunction · 0.65
multiSigToTxFunction · 0.65
sigToTxFunction · 0.65
getBalanceFunction · 0.65
accountSetFunction · 0.65
accountDeleteFunction · 0.65
accountExportFunction · 0.65

Implementers 2

dbItercore/store/overlaydb/memdb.go
JoinItercore/store/overlaydb/iterator.go

Calls

no outgoing calls

Tested by 2

TestIterFunction · 0.52
TestNewOverlayDBFunction · 0.52