pub fn inspect_install_target_with_commands(
conn: &DbConnection,
name: &str,
install_dir: &Path,
package_commands: Option<&str>,
) -> Result<InstallTargetInspection>Expand description
Inspect the target install state without mutating the database or disk.