pub fn resolve(name: &str) -> Result<PathBuf, ModelError>Expand description
Find the directory holding an artifact, without downloading anything.
Fetching is left to the caller on purpose: a library that reaches for the network on its own is a library that surprises someone in production. The error says exactly what to run.