Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
}
42
func
(m mockFileInfo) ModTime() time.Time {
43
return
time.Now()
44
}
45
func
(m mockFileInfo) Mode() iofs.FileMode {
46
return
0
47
}
Callers
15
modTime
Function · 0.45
OlderThan
Function · 0.45
checkZip
Function · 0.45
checkTar
Function · 0.45
checkConsistentInfo
Function · 0.45
TestRestoreIfChanged
Function · 0.45
shouldOverwrite
Function · 0.45
verifyFile
Method · 0.45
TestExtendedStat
Function · 0.45
assertFIEqual
Function · 0.45
runCache
Function · 0.45
sameModTime
Function · 0.45
Calls
1
Now
Method · 0.80
Tested by
no test coverage detected