MCPcopy
hub / github.com/kopia/kopia / sourceDirectories

Struct sourceDirectories

snapshot/snapshotfs/source_directories.go:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type sourceDirectories struct {
19 rep repo.Repository
20 userHost string
21 name string
22}
23
24func (s *sourceDirectories) IsDir() bool {
25 return true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected