()
| 455 | } |
| 456 | |
| 457 | func (r *MergeFileResult) Free() { |
| 458 | runtime.SetFinalizer(r, nil) |
| 459 | C.git_merge_file_result_free(r.ptr) |
| 460 | } |
| 461 | |
| 462 | type MergeFileInput struct { |
| 463 | Path string |
nothing calls this directly
no outgoing calls
no test coverage detected