MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / resolve_manifest_path

Function resolve_manifest_path

src/build.rs:451–458  ·  view source on GitHub ↗
(base_dir: &std::path::Path, path: &str)

Source from the content-addressed store, hash-verified

449 .map_err(BuildError::Link)?;
450
451 Ok(BuildArtifacts {
452 plan,
453 units,
454 linked,
455 })
456 }
457
458 // Program/extra objects and any object defining an entry symbol are roots.
459 fn prune_unreferenced_stdlib(
460 units: Vec<BuiltUnit>,
461 prunable: &std::collections::HashSet<String>,

Callers 1

from_fileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected