Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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 ...
29
type
Iterator
interface
{
30
HasNext() bool
31
Fetch() (
interface
{}, errors.Error)
32
Close() errors.Error
33
}
Callers
5
Execute
Method · 0.65
Execute
Method · 0.65
TestEpicDataflow
Function · 0.65
HasNext
Method · 0.65
HasNext
Method · 0.65
Implementers
8
CsvFileIterator
backend/helpers/pluginhelper/csv_file_
DalCursorIterator
backend/helpers/pluginhelper/api/itera
DateIterator
backend/helpers/pluginhelper/api/itera
QueueIterator
backend/helpers/pluginhelper/api/itera
dayIterator
backend/plugins/gh-copilot/tasks/enter
iteratorConcator
backend/plugins/zentao/tasks/iterator.
iteratorWrapper
backend/plugins/zentao/tasks/iterator.
iteratorFromSlice
backend/plugins/zentao/tasks/iterator.
Calls
no outgoing calls
Tested by
1
TestEpicDataflow
Function · 0.52