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

Method RemoveAll

repository/repo.go:81–81  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

79type LocalStorage interface {
80 billy.Filesystem
81 RemoveAll(path string) error
82}
83
84// RepoStorage give access to the filesystem

Callers 5

ClearMethod · 0.65
testConfigFunction · 0.65
RepoStorageTestFunction · 0.65
EraseFromDiskMethod · 0.65
RemoveAllMethod · 0.65

Implementers 5

RepoCachecache/repo_cache.go
goGitConfigWriterrepository/gogit_config.go
configPanicWriterrepository/config.go
billyLocalStoragerepository/localstorage_billy.go
MemConfigrepository/config_mem.go

Calls

no outgoing calls

Tested by

no test coverage detected