ref: ab174c473618dd3743881cf44e02c2db4d1ecd5f
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
}