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

Struct FileResAutoEdges

engine/resources/file.go:1598–1607  ·  view source on GitHub ↗

FileResAutoEdges holds the state of the auto edge generator.

Source from the content-addressed store, hash-verified

1596
1597// FileResAutoEdges holds the state of the auto edge generator.
1598type FileResAutoEdges struct {
1599 // We do all of these first...
1600 frags []engine.ResUID
1601 fdone bool
1602
1603 // Then this is the second part...
1604 data []engine.ResUID
1605 pointer int
1606 found bool
1607}
1608
1609// Next returns the next automatic edge.
1610func (obj *FileResAutoEdges) Next() []engine.ResUID {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected