MCPcopy Create free account
hub / github.com/git-bug/git-bug / billyLocalStorage

Struct billyLocalStorage

repository/localstorage_billy.go:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8var _ LocalStorage = &billyLocalStorage{}
9
10type billyLocalStorage struct {
11 billy.Filesystem
12}
13
14func (b billyLocalStorage) RemoveAll(path string) error {
15 return util.RemoveAll(b.Filesystem, path)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected