struct Grits::DiffHunk

Included Modules

Defined in:

grits/diff/diff_hunk.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(raw : Pointer(LibGit::DiffHunk), delta : Pointer(LibGit::DiffDelta)) #

[View source]

Instance Method Detail

def data #

[View source]
def delta : Grits::DiffDelta #

[View source]
def header #

[View source]
def new_lines : Int32 #

[View source]
def new_start #

[View source]
def old_lines #

[View source]
def old_start #

[View source]