ref: 1734207266752b9464f42c31f7728a7e3c692c50 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 }