Function determine_hook_path

Source
pub fn determine_hook_path(
    repo: &Repo,
    hooks_dir: &Path,
    hook_type: &str,
) -> Result<Hook>
Expand description

Determine the path where all hooks are installed.