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

Method GetConflict

index.go:598–600  ·  view source on GitHub ↗

deprecated: You should use `Index.Conflict()` instead.

(path string)

Source from the content-addressed store, hash-verified

596
597// deprecated: You should use `Index.Conflict()` instead.
598func (v *Index) GetConflict(path string) (IndexConflict, error) {
599 return v.Conflict(path)
600}
601
602func (v *Index) RemoveConflict(path string) error {
603

Callers

nothing calls this directly

Calls 1

ConflictMethod · 0.95

Tested by

no test coverage detected