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

Method repo

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

Source from the content-addressed store, hash-verified

205 /// Access the composefs repository.
206 #[allow(dead_code)]
207 pub fn repo(&self) -> &Arc<ComposefsRepository> {
208 &self.repo
209 }
210
211 /// The most recently added deployment.
212 pub fn current(&self) -> &DeploymentMeta {

Callers 15

get_kargsFunction · 0.45
initialize_ostree_rootFunction · 0.45
install_containerFunction · 0.45
install_resetFunction · 0.45
imagestatusFunction · 0.45
list_host_imagesFunction · 0.45
push_entrypointFunction · 0.45
set_unifiedFunction · 0.45
upgradeFunction · 0.45
switch_ostreeFunction · 0.45
edit_ostreeFunction · 0.45
check_fsverity_innerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected