MCPcopy
hub / github.com/restic/restic / ModTime

Method ModTime

internal/fs/stat_darwin_test.go:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 return false
41}
42func (m mockFileInfo) ModTime() time.Time {
43 return time.Now()
44}
45func (m mockFileInfo) Mode() iofs.FileMode {
46 return 0
47}

Callers 15

modTimeFunction · 0.45
OlderThanFunction · 0.45
checkZipFunction · 0.45
checkTarFunction · 0.45
checkConsistentInfoFunction · 0.45
TestRestoreIfChangedFunction · 0.45
shouldOverwriteFunction · 0.45
verifyFileMethod · 0.45
TestExtendedStatFunction · 0.45
assertFIEqualFunction · 0.45
runCacheFunction · 0.45
sameModTimeFunction · 0.45

Calls 1

NowMethod · 0.80

Tested by

no test coverage detected