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

Function read_build_output_manifest

xtask/src/main.rs:7806–7810  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7804}
7805
7806fn read_build_output_manifest() -> Result<BuildOutputManifestOut> {
7807 let path = Path::new(WASIX_BUILD_MANIFEST_PATH);
7808 let text = fs::read_to_string(path).with_context(|| format!("read {}", path.display()))?;
7809 serde_json::from_str(&text).with_context(|| format!("parse {}", path.display()))
7810}
7811
7812fn read_asset_manifest() -> Result<AssetManifestOut> {
7813 read_asset_manifest_from(Path::new(GENERATED_ASSETS_DIR))

Callers 1

wasix_export_list_textFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected