MCPcopy
hub / github.com/purpleidea/mgmt / PkgResAutoEdges

Struct PkgResAutoEdges

engine/resources/pkg.go:629–635  ·  view source on GitHub ↗

PkgResAutoEdges holds the state of the auto edge generator.

Source from the content-addressed store, hash-verified

627
628// PkgResAutoEdges holds the state of the auto edge generator.
629type PkgResAutoEdges struct {
630 fileList []string
631 svcUIDs []engine.ResUID
632 testIsNext bool // safety
633 name string // saved data from PkgRes obj
634 kind string
635}
636
637// Next returns the next automatic edge.
638func (obj *PkgResAutoEdges) Next() []engine.ResUID {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected