ref: 21e2f19ae2a3baa744b6bbed997f757f0af7e01f
dir: /objectstore/memory/algorithm.go/
package memory
import "codeberg.org/lindenii/furgit/objectid"
// Algorithm returns the object ID algorithm used by the store.
func (store *Store) Algorithm() objectid.Algorithm {
return store.algo
}