Skip to content

hasConflicts

Does this index have conflicts?

Signature

ts
class Index {
  hasConflicts(): boolean;
}

Returns

  • boolean

    Returns true if the index contains conflicts, false if it does not.

Released under the MIT License.