shithub: furgit

ref: 2a5c12f0152240f54d01653b70b7605103393afd
dir: /object/storer/memory/algorithm.go/

View raw version
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
}