MCPcopy
hub / github.com/kopia/kopia / entry

Struct entry

internal/mockfs/mockfs.go:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38type entry struct {
39 name string
40 mode os.FileMode
41 size int64
42 modTime time.Time
43 owner fs.OwnerInfo
44 device fs.DeviceInfo
45}
46
47func (e *entry) Name() string {
48 return e.name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected