MCPcopy
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
55func (e *repositoryEntry) Size() int64 {
56 return e.metadata.FileSize
57}
58
59func (e *repositoryEntry) ModTime() time.Time {
60 return e.metadata.ModTime.ToTime()

Callers 15

TestStatsFunction · 0.45
AddExcludedMethod · 0.45
WriteFileMethod · 0.45
FileExistsMethod · 0.45
copyFileContentMethod · 0.45
copyEntryMethod · 0.45
copyEntryInternalMethod · 0.45
copyDirectoryContentMethod · 0.45
WriteFileMethod · 0.45
WriteFileMethod · 0.45
CompressorForFileMethod · 0.45
verifyObjectMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestStatsFunction · 0.36