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

Interface Iterator

backend/helpers/pluginhelper/api/iterator.go:29–33  ·  view source on GitHub ↗

Iterator FIXME ...

Source from the content-addressed store, hash-verified

27
28// Iterator FIXME ...
29type Iterator interface {
30 HasNext() bool
31 Fetch() (interface{}, errors.Error)
32 Close() errors.Error
33}
34
35// DalCursorIterator FIXME ...
36type DalCursorIterator struct {

Callers 21

ExecuteMethod · 0.65
ExecuteMethod · 0.65
TestEpicDataflowFunction · 0.65
HasNextMethod · 0.65
HasNextMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
FetchMethod · 0.65
ExecuteMethod · 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

no test coverage detected