PkgResAutoEdges holds the state of the auto edge generator.
| 627 | |
| 628 | // PkgResAutoEdges holds the state of the auto edge generator. |
| 629 | type 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. |
| 638 | func (obj *PkgResAutoEdges) Next() []engine.ResUID { |
nothing calls this directly
no outgoing calls
no test coverage detected