shithub: furgit

ref: b90593c9b83f71de343e27cd1b489dff79bd4ac7
dir: /repository/refs.go/

View raw version
package repository

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

// Refs returns the configured ref store.
//
//nolint:ireturn
func (repo *Repository) Refs() refstore.ReadWriteStore {
	return repo.refs
}