shithub: furgit

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