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

Struct IndexConflictIterator

index.go:618–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616}
617
618type IndexConflictIterator struct {
619 doNotCompare
620 ptr *C.git_index_conflict_iterator
621 index *Index
622}
623
624func newIndexConflictIteratorFromC(index *Index, ptr *C.git_index_conflict_iterator) *IndexConflictIterator {
625 i := &IndexConflictIterator{ptr: ptr, index: index}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected