ref: 3ce59c3248dec0eb0f918c42f37f53bc2ac20425
dir: /object/store/memory/algorithm.go/
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
}