MCPcopy Index your code
hub / github.com/git-bug/git-bug / LocalStorage

Method LocalStorage

repository/repo.go:87–87  ·  view source on GitHub ↗

LocalStorage return a billy.Filesystem giving access to $RepoPath/.git/git-bug

()

Source from the content-addressed store, hash-verified

85type 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

Callers 13

LoadMethod · 0.65
writeMethod · 0.65
LocalStorageMethod · 0.65
lockMethod · 0.65
CloseMethod · 0.65
repoIsAvailableFunction · 0.65
runWipeFunction · 0.65
SelectFunction · 0.65
ClearFunction · 0.65
selectedFunction · 0.65
LaunchEditorWithTemplateFunction · 0.65
LaunchEditorFunction · 0.65

Implementers 3

RepoCachecache/repo_cache.go
mockRepoStoragerepository/mock_repo.go
GoGitReporepository/gogit.go

Calls

no outgoing calls

Tested by

no test coverage detected