MCPcopy Index your code
hub / github.com/apache/devlake / DateIterator

Struct DateIterator

backend/helpers/pluginhelper/api/iterator.go:104–109  ·  view source on GitHub ↗

DateIterator FIXME ...

Source from the content-addressed store, hash-verified

102
103// DateIterator FIXME ...
104type DateIterator struct {
105 startTime time.Time
106 endTime time.Time
107 Days int
108 Current int
109}
110
111// DatePair FIXME ...
112type DatePair struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected