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

Function package_assets

xtask/src/main.rs:8201–8203  ·  view source on GitHub ↗
(manifest: &SourcesManifest, target: &str)

Source from the content-addressed store, hash-verified

8199}
8200
8201fn package_assets(manifest: &SourcesManifest, target: &str) -> Result<()> {
8202 package_assets_with_options(manifest, target, true)
8203}
8204
8205fn package_assets_with_options(
8206 manifest: &SourcesManifest,

Callers 1

assetsFunction · 0.85

Calls 1

Tested by

no test coverage detected