ref: 803089a76171db1dd5b891fb6dfa1b7e7f3d50d2
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
}