RepoEntry class

Describes a file in the repository to be analyzed.

Annotations
  • @freezed

Constructors

RepoEntry({required File file, required bool partiallyStaged, required Directory gitRoot})
Creates a new repo entry.
const
factory

Properties

copyWith → $RepoEntryCopyWith<RepoEntry>
no setterinherited
file File
The file in the local file system that this entry represents.
no setterinherited
gitRoot Directory
The root folder of the git repository
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
partiallyStaged bool
Specifies, whether the file is partially or fully staged.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited