ref: 0b2dcaabe23d45f6feb2273031854b14b512e3ff
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
}