materialize_pack_path

Function materialize_pack_path 

Source
pub fn materialize_pack_path(
    input: &Path,
    verbose: bool,
) -> Result<(Option<TempDir>, PathBuf)>
Expand description

Ensure we have a concrete .gtpack on disk. If the input is already a file, reuse it. If it is a directory, shell out to packc to build a temporary .gtpack and return its path.