LocalStorage returns a billy.Filesystem giving access to $RepoPath/.git/$Namespace.
()
| 350 | // LocalStorage returns a billy.Filesystem giving access to |
| 351 | // $RepoPath/.git/$Namespace. |
| 352 | func (repo *GoGitRepo) LocalStorage() LocalStorage { |
| 353 | return repo.localStorage |
| 354 | } |
| 355 | |
| 356 | func (repo *GoGitRepo) GetIndex(name string) (Index, error) { |
| 357 | repo.indexesMutex.Lock() |
no outgoing calls
no test coverage detected