pub async fn read_file_content( repo_path: &Path, file_path: &Path, config: &Config, ) -> Result<String, Error>