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

Method HasConflicts

index.go:516–520  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

514}
515
516func (v *Index) HasConflicts() bool {
517 ret := C.git_index_has_conflicts(v.ptr) != 0
518 runtime.KeepAlive(v)
519 return ret
520}
521
522// FIXME: this might return an error
523func (v *Index) CleanupConflicts() {

Callers 2

Calls

no outgoing calls

Tested by 2