FIXME: this might return an error
()
| 521 | |
| 522 | // FIXME: this might return an error |
| 523 | func (v *Index) CleanupConflicts() { |
| 524 | C.git_index_conflict_cleanup(v.ptr) |
| 525 | runtime.KeepAlive(v) |
| 526 | } |
| 527 | |
| 528 | func (v *Index) AddConflict(ancestor *IndexEntry, our *IndexEntry, their *IndexEntry) error { |
| 529 |
nothing calls this directly
no outgoing calls
no test coverage detected