deprecated: You should use `Index.Conflict()` instead.
(path string)
| 596 | |
| 597 | // deprecated: You should use `Index.Conflict()` instead. |
| 598 | func (v *Index) GetConflict(path string) (IndexConflict, error) { |
| 599 | return v.Conflict(path) |
| 600 | } |
| 601 | |
| 602 | func (v *Index) RemoveConflict(path string) error { |
| 603 |