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

Struct DalCursorIterator

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

DalCursorIterator FIXME ...

Source from the content-addressed store, hash-verified

34
35// DalCursorIterator FIXME ...
36type DalCursorIterator struct {
37 db dal.Dal
38 cursor dal.Rows
39 elemType reflect.Type
40 batchSize int
41}
42
43// NewDalCursorIterator FIXME ...
44func NewDalCursorIterator(db dal.Dal, cursor dal.Rows, elemType reflect.Type) (*DalCursorIterator, errors.Error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected