Skip to main content

get_file_blame

Function get_file_blame 

Source
pub fn get_file_blame(
    repo_path: &Path,
    file_path: &str,
) -> Result<Vec<BlameEntry>, String>