shithub: furgit

ref: df1f2fb3daa1acd25c88510f259d5535fb482126
dir: /object/id/algorithm_emptytree.go/

View raw version
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
}