shithub: furgit

ref: ab7501be34032fb9e5c48726a68ae90a917af9eb
dir: /internal/testgit/repo_properties.go/

View raw version
package testgit

import "codeberg.org/lindenii/furgit/objectid"

// Dir returns the repository directory path.
func (testRepo *TestRepo) Dir() string {
	return testRepo.dir
}

// Algorithm returns the object ID algorithm configured for this repository.
func (testRepo *TestRepo) Algorithm() objectid.Algorithm {
	return testRepo.algo
}