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