ref: ab174c473618dd3743881cf44e02c2db4d1ecd5f
dir: /object/id/algorithm_emptytree.go/
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
}