package objectid
// EmptyTree returns the object ID of an empty tree ("tree 0\x00") for this
// algorithm.
func (algo Algorithm) EmptyTree() ObjectID {
return algo.info().emptyTree
}
![]() |
index : ~runxiyu/furgit.git | |
| Unnamed repository; edit this file 'description' to name the repository. |
| aboutsummaryrefslogtreecommitdiff |
package objectid
// EmptyTree returns the object ID of an empty tree ("tree 0\x00") for this
// algorithm.
func (algo Algorithm) EmptyTree() ObjectID {
return algo.info().emptyTree
}