()
| 632 | } |
| 633 | |
| 634 | func (v *IndexConflictIterator) Free() { |
| 635 | runtime.SetFinalizer(v, nil) |
| 636 | C.git_index_conflict_iterator_free(v.ptr) |
| 637 | } |
| 638 | |
| 639 | func (v *Index) ConflictIterator() (*IndexConflictIterator, error) { |
| 640 | var i *C.git_index_conflict_iterator |
nothing calls this directly
no outgoing calls
no test coverage detected