struct
Agate::Diff::File
- Agate::Diff::File
- Struct
- Value
- Object
Overview
A file reference within a delta (old or new side).
Defined in:
agate/diff.crConstructors
Instance Method Summary
- #clone
- #copy_with(oid _oid = @oid, path _path = @path, size _size = @size, mode _mode = @mode, flags _flags = @flags)
- #flags : UInt32
- #mode : UInt16
- #oid : OID
- #path : String
- #size : UInt64
Constructor Detail
Instance Method Detail
def copy_with(oid _oid = @oid, path _path = @path, size _size = @size, mode _mode = @mode, flags _flags = @flags)
#