ref: 65a6439638a18e4317e144a0117db7604a2f2940 dir: /refstore/files/root_for.go/
package files import ( "os" ) func (store *Store) rootFor(kind rootKind) *os.Root { if kind == rootCommon { return store.commonRoot } return store.gitRoot }