Skip to main content

pull_workspace_to_vfs

Function pull_workspace_to_vfs 

Source
pub fn pull_workspace_to_vfs(
    workspace_parent: &Path,
    vfs_path: &str,
    vfs: &mut Vfs,
) -> Result<(), SandboxError>
Expand description

Merge host workspace tree into the VFS at vfs_path (add/update only; same semantics as sandbox::sync_host_dir_to_vfs).

Used for both “full” and “incremental” pull until delete-on-host is specified.