MCPcopy
hub / github.com/kopia/kopia / ModTime

Method ModTime

internal/diff/diff_test.go:45–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43func (f *testBaseEntry) Close() {}
44func (f *testBaseEntry) Name() string { return f.name }
45func (f *testBaseEntry) ModTime() time.Time { return f.modtime }
46func (f *testBaseEntry) Sys() any { return nil }
47func (f *testBaseEntry) Owner() fs.OwnerInfo { return f.owner }
48func (f *testBaseEntry) Device() fs.DeviceInfo { return fs.DeviceInfo{Dev: 1} }

Callers 3

compareEntryMethod · 0.45
compareMetadataFunction · 0.45
compareEntryMetadataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected