()
| 246 | } |
| 247 | |
| 248 | func (c *imageContext) Size() string { |
| 249 | return units.HumanSizeWithPrecision(float64(c.i.Size), 3) |
| 250 | } |
| 251 | |
| 252 | func (c *imageContext) Containers() string { |
| 253 | if c.i.Containers == -1 { |
no outgoing calls
no test coverage detected