mirror of
https://github.com/rancher/os.git
synced 2025-09-25 12:47:20 +00:00
`c.Exists()` is an innocent looking function being in fact a mutating operation: `c.Container` may be `nil` before and hold a looked up value after the call.