MCPcopy
hub / github.com/kopia/kopia / repositoryEntry

Struct repositoryEntry

snapshot/snapshotfs/repofs.go:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25)
26
27type repositoryEntry struct {
28 metadata *snapshot.DirEntry
29 repo repo.Repository
30}
31
32func (e *repositoryEntry) IsDir() bool {
33 return e.Mode().IsDir()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected