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

Struct IndexConflict

index.go:566–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564}
565
566type IndexConflict struct {
567 Ancestor *IndexEntry
568 Our *IndexEntry
569 Their *IndexEntry
570}
571
572func (v *Index) Conflict(path string) (IndexConflict, error) {
573

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected