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