| 564 | } |
| 565 | |
| 566 | type IndexConflict struct { |
| 567 | Ancestor *IndexEntry |
| 568 | Our *IndexEntry |
| 569 | Their *IndexEntry |
| 570 | } |
| 571 | |
| 572 | func (v *Index) Conflict(path string) (IndexConflict, error) { |
| 573 |
nothing calls this directly
no outgoing calls
no test coverage detected