(&self)
| 216 | /// All deployments, oldest first. |
| 217 | #[allow(dead_code)] |
| 218 | pub fn deployments(&self) -> &[DeploymentMeta] { |
| 219 | &self.deployments |
| 220 | } |
| 221 | |
| 222 | /// Simulate an upgrade: adds a new deployment as the primary boot entry. |
| 223 | /// |
no outgoing calls
no test coverage detected