MCPcopy
hub / github.com/hyperledger/fabric / ChaincodeResultIteratorShim

Struct ChaincodeResultIteratorShim

core/chaincode/lifecycle/ledger_shim.go:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56type ChaincodeResultIteratorShim struct {
57 ResultsIterator shim.StateQueryIteratorInterface
58}
59
60func (cris *ChaincodeResultIteratorShim) Next() (*queryresult.KV, error) {
61 if !cris.ResultsIterator.HasNext() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected