struct
Agate::TreeEntry
- Agate::TreeEntry
- Struct
- Value
- Object
Overview
Represents a tree entry (a file or subdirectory in a tree).
Defined in:
agate/tree.crInstance Method Summary
-
#blob? : Bool
Returns true if this entry is a blob (file).
- #filemode : Agate::FileMode
- #name : String
- #oid : Agate::OID
-
#tree? : Bool
Returns true if this entry is a tree (directory).
- #type : Agate::Object::Type