()
| 140 | func setWorktreeAndStoragePaths(r *Repository, worktree billy.Filesystem) error { |
| 141 | type fsBased interface { |
| 142 | Filesystem() billy.Filesystem |
| 143 | } |
| 144 | |
| 145 | // .git file is only created if the storage is file based and the file |
no outgoing calls