pub fn push_full(
vfs: &Vfs,
vfs_path: &str,
workspace_parent: &Path,
) -> Result<(), VmSyncError>Expand description
Remove the exported leaf directory (if present), then copy the full VFS subtree at vfs_path
into workspace_parent, and restore ELF execute bits under target/.
ยงErrors
Returns VmSyncError on I/O or VFS failure.