()
| 213 | } |
| 214 | |
| 215 | func (c *imageContext) ID() string { |
| 216 | if c.trunc { |
| 217 | return TruncateID(c.i.ID) |
| 218 | } |
| 219 | return c.i.ID |
| 220 | } |
| 221 | |
| 222 | func (c *imageContext) Repository() string { |
| 223 | return c.repo |
nothing calls this directly
no test coverage detected