MCPcopy
hub / github.com/kopia/kopia / testBaseEntry

Struct testBaseEntry

internal/diff/diff_test.go:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31)
32
33type testBaseEntry struct {
34 modtime time.Time
35 mode os.FileMode
36 name string
37 owner fs.OwnerInfo
38 oid object.ID
39}
40
41func (f *testBaseEntry) IsDir() bool { return false }
42func (f *testBaseEntry) LocalFilesystemPath() string { return f.name }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected