MCPcopy
hub / github.com/kopia/kopia / deletedInfoString

Method deletedInfoString

cli/command_content_list.go:113–119  ·  view source on GitHub ↗
(b content.Info)

Source from the content-addressed store, hash-verified

111}
112
113func (*commandContentList) deletedInfoString(b content.Info) string {
114 if b.Deleted {
115 return " (deleted)"
116 }
117
118 return ""
119}
120
121func (*commandContentList) compressionInfoStringString(b content.Info) string {
122 h := b.CompressionHeaderID

Callers 2

outputLongMethod · 0.95
outputCompressedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected