Xgit v0.2.2 Xgit.Core.Tree View Source
Represents a git tree
object in memory.
Link to this section Summary
Functions
Renders this tree structure into a corresponding Xgit.Core.Object
.
Return true
if the value is a tree struct that is valid.
Link to this section Types
Link to this section Functions
Renders this tree structure into a corresponding Xgit.Core.Object
.
Return true
if the value is a tree struct that is valid.
All of the following must be true for this to occur:
- The value is a
Tree
struct. - The entries are properly sorted.
- All entries are valid, as determined by
Xgit.Core.Tree.Entry.valid?/1
.