LocalStorage return a billy.Filesystem giving access to $RepoPath/.git/git-bug
()
| 57 | |
| 58 | // LocalStorage return a billy.Filesystem giving access to $RepoPath/.git/git-bug |
| 59 | func (c *RepoCache) LocalStorage() repository.LocalStorage { |
| 60 | return c.repo.LocalStorage() |
| 61 | } |
| 62 | |
| 63 | // ReadData will attempt to read arbitrary data from the given hash |
| 64 | func (c *RepoCache) ReadData(hash repository.Hash) ([]byte, error) { |
nothing calls this directly
no test coverage detected