Class Tree
- Defined in: bindings.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Tree()
A Tree represents the snapshot of a repo for a specific Commit.
|
| Field Attributes | Field Name and Description |
|---|---|
|
The entries contained in this Tree.
|
|
|
The sha1 hash of this Tree.
|
Method Summary
| Method Attributes | Method Name and Description |
|---|---|
|
save()
Saves the Tree to the Repository.
|
Field Detail
{TreeEntry[]}
entries
The entries contained in this Tree.
{String}
id
The sha1 hash of this Tree.
Method Detail
-
save()Saves the Tree to the Repository. THIS IS UNIMPLEMENTED CURRENTLY
- Throws:
- If called, because it's currently unimplemented.