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