MCPcopy
hub / github.com/apache/devlake / HasNext

Method HasNext

backend/helpers/pluginhelper/api/iterator.go:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28// Iterator FIXME ...
29type Iterator interface {
30 HasNext() bool
31 Fetch() (interface{}, errors.Error)
32 Close() errors.Error
33}

Callers 5

ExecuteMethod · 0.65
ExecuteMethod · 0.65
TestEpicDataflowFunction · 0.65
HasNextMethod · 0.65
HasNextMethod · 0.65

Implementers 8

CsvFileIteratorbackend/helpers/pluginhelper/csv_file_
DalCursorIteratorbackend/helpers/pluginhelper/api/itera
DateIteratorbackend/helpers/pluginhelper/api/itera
QueueIteratorbackend/helpers/pluginhelper/api/itera
dayIteratorbackend/plugins/gh-copilot/tasks/enter
iteratorConcatorbackend/plugins/zentao/tasks/iterator.
iteratorWrapperbackend/plugins/zentao/tasks/iterator.
iteratorFromSlicebackend/plugins/zentao/tasks/iterator.

Calls

no outgoing calls

Tested by 1

TestEpicDataflowFunction · 0.52