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

Method CleanupConflicts

index.go:523–526  ·  view source on GitHub ↗

FIXME: this might return an error

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected