MCPcopy
hub / github.com/kopia/kopia / webdavFS

Struct webdavFS

internal/webdavmount/webdavmount.go:171–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171type webdavFS struct {
172 dir fs.Directory
173}
174
175func (w *webdavFS) Mkdir(_ context.Context, path string, _ os.FileMode) error {
176 return errors.Errorf("can't create %q: read-only filesystem", path)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected