Function gr::remote::get_project

source ยท
pub fn get_project(
    domain: String,
    path: String,
    config: Arc<Config>,
    refresh_cache: bool,
) -> Result<Arc<dyn RemoteProject + Send + Sync + 'static>>