MCPcopy
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
69func (w *iteratorWrapper) HasNext() bool {
70 return w.original.HasNext()
71}
72
73func (w *iteratorWrapper) Fetch() (interface{}, errors.Error) {
74 data, err := w.original.Fetch()

Callers

nothing calls this directly

Calls 1

HasNextMethod · 0.65

Tested by

no test coverage detected