class Git::DiffHunk

Defined in:

git/diff.cr

Constructors

Instance Method Summary

Instance methods inherited from class Git::C_Value

==(other : self) ==, to_unsafe to_unsafe

Constructor Detail

def self.new(value : Pointer(LibGit::DiffHunk), patch : LibGit::Patch, hunk_idx : UInt64, lines_count : UInt64) #

[View source]

Instance Method Detail

def lines(&) #

[View source]
def new_lines #

[View source]
def new_start #

[View source]
def old_lines #

[View source]
def old_start #

[View source]