Function gr::remote::get_comment_mr
source ยท pub fn get_comment_mr(
domain: String,
path: String,
config: Arc<dyn ConfigProperties + Send + Sync + 'static>,
cache_args: Option<&CacheCliArgs>,
cache_type: CacheType,
) -> Result<Arc<dyn CommentMergeRequest + Send + Sync + 'static>>