(vertex *TaskfileVertex)
| 22 | } |
| 23 | |
| 24 | func taskfileHash(vertex *TaskfileVertex) string { |
| 25 | return vertex.URI |
| 26 | } |
| 27 | |
| 28 | func NewTaskfileGraph() *TaskfileGraph { |
| 29 | return &TaskfileGraph{ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…