get_commit_file_content

Function get_commit_file_content 

Source
pub async fn get_commit_file_content(
    configuration: &Configuration,
    repo_ref: &str,
    commit_sha: &str,
    file_path: &str,
    hunk_header: &str,
    expand_up: bool,
    size: Option<i32>,
) -> Result<DiffFileContent, Error<GetCommitFileContentError>>