Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/devlake
/ HasNext
Method
HasNext
backend/plugins/zentao/tasks/iterator.go:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
func
(w *iteratorWrapper) HasNext() bool {
70
return
w.original.HasNext()
71
}
72
73
func
(w *iteratorWrapper) Fetch() (
interface
{}, errors.Error) {
74
data, err := w.original.Fetch()
Callers
nothing calls this directly
Calls
1
HasNext
Method · 0.65
Tested by
no test coverage detected