conda_sync_mesh

Function conda_sync_mesh 

Source
pub async fn conda_sync_mesh(
    instance: &Instance<()>,
    actor_mesh: &ActorMeshRef<CondaSyncActor>,
    local_workspace: PathBuf,
    remote_workspace: WorkspaceLocation,
    path_prefix_replacements: HashMap<PathBuf, WorkspaceLocation>,
) -> Result<Vec<CondaSyncResult>>