build_gitlab_file_url

Function build_gitlab_file_url 

Source
fn build_gitlab_file_url(
    repo_url: &mut String,
    link_type: &str,
    commit_hash: &str,
    current_buffer_path: &Path,
    selection: &Selection,
)