Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
79
type
LocalStorage
interface
{
80
billy.Filesystem
81
RemoveAll(path string) error
82
}
83
84
// RepoStorage give access to the filesystem
Callers
5
Clear
Method · 0.65
testConfig
Function · 0.65
RepoStorageTest
Function · 0.65
EraseFromDisk
Method · 0.65
RemoveAll
Method · 0.65
Implementers
5
RepoCache
cache/repo_cache.go
goGitConfigWriter
repository/gogit_config.go
configPanicWriter
repository/config.go
billyLocalStorage
repository/localstorage_billy.go
MemConfig
repository/config_mem.go
Calls
no outgoing calls
Tested by
no test coverage detected