ae v0.0.2824 (2020-10-12T01:09:09Z)
Home
Dub
Repo
GitObject.TreeEntry
ae
sys
git
GitObject
Undocumented in source.
struct
GitObject
struct
TreeEntry {
uint
mode
;
string
name
;
Hash
hash
;
string
sortName
[@property getter];
}
Members
Properties
sortName
string
sortName
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
hash
Hash
hash
;
Undocumented in source.
mode
uint
mode
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
ae
sys
git
GitObject
functions
parseCommit
parseTree
static functions
createCommit
createTree
structs
ParsedCommit
TreeEntry
variables
data
hash
type