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

Struct mockRepoStorage

repository/mock_repo.go:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122var _ RepoStorage = &mockRepoStorage{}
123
124type mockRepoStorage struct {
125 localFs LocalStorage
126}
127
128func NewMockRepoStorage() *mockRepoStorage {
129 return &mockRepoStorage{localFs: billyLocalStorage{Filesystem: memfs.New()}}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected