struct Agate::StatusEntry

Overview

A single entry in the status list.

Defined in:

agate/status.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(status : StatusEntry::Flags, path : String, head_to_index : Diff::Delta | Nil, index_to_workdir : Diff::Delta | Nil) #

[View source]

Instance Method Detail

def clone #

[View source]
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) #

[View source]
def head_to_index : Diff::Delta | Nil #

def index_to_workdir : Diff::Delta | Nil #

def path : String #

def status : StatusEntry::Flags #