struct
Agate::StatusEntry
- Agate::StatusEntry
- Struct
- Value
- Object
Overview
A single entry in the status list.
Defined in:
agate/status.crConstructors
Instance Method Summary
- #clone
- #copy_with(status _status = @status, path _path = @path, head_to_index _head_to_index = @head_to_index, index_to_workdir _index_to_workdir = @index_to_workdir)
- #head_to_index : Diff::Delta | Nil
- #index_to_workdir : Diff::Delta | Nil
- #path : String
- #status : StatusEntry::Flags
Constructor Detail
def self.new(status : StatusEntry::Flags, path : String, head_to_index : Diff::Delta | Nil, index_to_workdir : Diff::Delta | Nil)
#
Instance Method Detail
def copy_with(status _status = @status, path _path = @path, head_to_index _head_to_index = @head_to_index, index_to_workdir _index_to_workdir = @index_to_workdir)
#