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

Function spec

crates/xtask/src/xtask.rs:528–532  ·  view source on GitHub ↗
(sh: &Shell)

Source from the content-addressed store, hash-verified

526}
527
528fn spec(sh: &Shell) -> Result<()> {
529 let s = update_spec(sh)?;
530 println!("Generated: {s}");
531 Ok(())
532}
533fn impl_srpm(sh: &Shell) -> Result<Utf8PathBuf> {
534 {
535 let _g = sh.push_dir("target");

Callers 1

try_mainFunction · 0.85

Calls 1

update_specFunction · 0.85

Tested by

no test coverage detected