git_index_has_conflicts

Determine if the index contains entries representing file conflicts.

extern (C) nothrow @nogc public
int
git_index_has_conflicts

Parameters

index const(libgit2.types.git_index)*

An existing index object.

Return Value

Type: int

1 if at least one conflict is found, 0 otherwise.

Meta