MCPcopy
hub / github.com/kopia/kopia / repositoryAllSources

Struct repositoryAllSources

snapshot/snapshotfs/all_sources.go:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type repositoryAllSources struct {
17 rep repo.Repository
18}
19
20func (s *repositoryAllSources) IsDir() bool {
21 return true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected