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

Struct SvcResAutoEdges

engine/resources/svc.go:681–685  ·  view source on GitHub ↗

SvcResAutoEdges holds the state of the auto edge generator.

Source from the content-addressed store, hash-verified

679
680// SvcResAutoEdges holds the state of the auto edge generator.
681type SvcResAutoEdges struct {
682 data []engine.ResUID
683 pointer int
684 found bool
685}
686
687// Next returns the next automatic edge.
688func (obj *SvcResAutoEdges) Next() []engine.ResUID {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected