shithub: furgit

ref: fb9eb058f1c9b7cb26f33bbe679a85f530566641
dir: /object/store/memory/algorithm.go/

View raw version
package memory

import objectid "codeberg.org/lindenii/furgit/object/id"

// Algorithm returns the object ID algorithm used by the store.
func (store *Store) Algorithm() objectid.Algorithm {
	return store.algo
}