pub(crate) async fn get_composefs_status(
storage: &Storage,
booted_cfs: &BootedComposefs,
) -> Result<Host>Expand description
Get composefs status using provided storage and booted composefs data instead of scraping global state.
pub(crate) async fn get_composefs_status(
storage: &Storage,
booted_cfs: &BootedComposefs,
) -> Result<Host>Get composefs status using provided storage and booted composefs data instead of scraping global state.