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

Struct iteratorConcator

backend/plugins/zentao/tasks/iterator.go:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23)
24
25type iteratorConcator struct {
26 index int
27 iterators []api.Iterator
28}
29
30func newIteratorConcator(iterators ...api.Iterator) *iteratorConcator {
31 return &iteratorConcator{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected