Function apply_multiarch_hints

Source
pub fn apply_multiarch_hints(
    local_tree: &WorkingTree,
    subpath: &Path,
    hints: &HashMap<&str, Vec<&Hint>>,
    minimum_certainty: Option<Certainty>,
    committer: Option<String>,
    dirty_tracker: Option<&mut DirtyTreeTracker>,
    update_changelog: bool,
    _allow_reformatting: Option<bool>,
) -> Result<OverallResult, OverallError>