MCPcopy Create free account
hub / github.com/bootc-dev/bootc / deployments

Method deployments

crates/lib/src/testutils.rs:218–220  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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 ///

Callers 9

install_containerFunction · 0.80
install_finalizeFunction · 0.80
get_statusFunction · 0.80
soft_reboot_stagedFunction · 0.80
soft_reboot_rollbackFunction · 0.80
prune_container_storeFunction · 0.80
cleanupFunction · 0.80
deployFunction · 0.80
remove_undeployed_imagesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected