MCPcopy Create free account
hub / github.com/libgit2/git2go / Free

Method Free

merge.go:457–460  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

455}
456
457func (r *MergeFileResult) Free() {
458 runtime.SetFinalizer(r, nil)
459 C.git_merge_file_result_free(r.ptr)
460}
461
462type MergeFileInput struct {
463 Path string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected