Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kopia/kopia
/ Size
Method
Size
snapshot/snapshotfs/repofs.go:55–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
}
54
55
func
(e *repositoryEntry) Size() int64 {
56
return
e.metadata.FileSize
57
}
58
59
func
(e *repositoryEntry) ModTime() time.Time {
60
return
e.metadata.ModTime.ToTime()
Callers
15
TestStats
Function · 0.45
AddExcluded
Method · 0.45
WriteFile
Method · 0.45
FileExists
Method · 0.45
copyFileContent
Method · 0.45
copyEntry
Method · 0.45
copyEntryInternal
Method · 0.45
copyDirectoryContent
Method · 0.45
WriteFile
Method · 0.45
WriteFile
Method · 0.45
CompressorForFile
Method · 0.45
verifyObject
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestStats
Function · 0.36
TestParallelUploadOfLargeFiles
Function · 0.36