LocalStorage return a billy.Filesystem giving access to $RepoPath/.git/git-bug
()
| 85 | type RepoStorage interface { |
| 86 | // LocalStorage return a billy.Filesystem giving access to $RepoPath/.git/git-bug |
| 87 | LocalStorage() LocalStorage |
| 88 | } |
| 89 | |
| 90 | // RepoIndex gives access to full-text search indexes |
no outgoing calls
no test coverage detected