IsActive returns true if the image is set and has a view
()
| 363 | |
| 364 | // IsActive returns true if the image is set and has a view |
| 365 | func (im *Image) IsActive() bool { |
| 366 | return im.HasFlag(ImageActive) |
| 367 | } |
| 368 | |
| 369 | // IsHostActive returns true if the Host accessible version of image is |
| 370 | // active and ready to use |
no test coverage detected