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

Struct iteratorWrapper

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

Source from the content-addressed store, hash-verified

58}
59
60type iteratorWrapper struct {
61 original api.Iterator
62 wrapperFunc func(interface{}) interface{}
63}
64
65func newIteratorWrapper(original api.Iterator, wrapperFunc func(interface{}) interface{}) *iteratorWrapper {
66 return &iteratorWrapper{original: original, wrapperFunc: wrapperFunc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected