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

Struct iteratorFromSlice

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

Source from the content-addressed store, hash-verified

83}
84
85type iteratorFromSlice struct {
86 index int
87 data []interface{}
88}
89
90func newIteratorFromSlice(data []interface{}) *iteratorFromSlice {
91 return &iteratorFromSlice{data: data}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected