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