struct C0::Diff::FileEdit

Overview

A file edit: a file path and its sections.

Defined in:

c0/diff.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : Slice(UInt8), sections : Array(C0::Diff::Section)) #

[View source]

Instance Method Detail

def path : Bytes #

[View source]
def sections : Array(Section) #

[View source]