MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / install_local_assets

Function install_local_assets

xtask/src/main.rs:894–897  ·  view source on GitHub ↗
(args: &[String])

Source from the content-addressed store, hash-verified

892}
893
894fn install_local_assets(args: &[String]) -> Result<()> {
895 let target = value_after(args, "--target-triple").unwrap_or(host_target_triple());
896 install_local_assets_for_target(target)
897}
898
899fn install_local_assets_for_target(target: &str) -> Result<()> {
900 ensure_supported_aot_target(target)?;

Callers 1

assetsFunction · 0.85

Calls 3

value_afterFunction · 0.85
host_target_tripleFunction · 0.85

Tested by

no test coverage detected