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

Function package

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

Source from the content-addressed store, hash-verified

491}
492
493fn package(sh: &Shell) -> Result<()> {
494 let p = impl_package(sh)?.srcpath;
495 println!("Generated: {p}");
496 Ok(())
497}
498
499fn update_spec(sh: &Shell) -> Result<Utf8PathBuf> {
500 let p = Utf8Path::new("target");

Callers 1

try_mainFunction · 0.85

Calls 1

impl_packageFunction · 0.85

Tested by

no test coverage detected