MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / Next

Method Next

db/query.go:792–794  ·  view source on GitHub ↗
(_ context.Context, valuePtr interface{})

Source from the content-addressed store, hash-verified

790}
791
792func (e *EmptyResultIterator) Next(_ context.Context, valuePtr interface{}) bool {
793 return false
794}
795
796func (e *EmptyResultIterator) NextBytes() []byte {
797 return []byte{}

Calls

no outgoing calls