Skip to main content

handle_restore

Function handle_restore 

Source
pub async fn handle_restore(dir: &Path) -> Result<i32>
Expand description

Restore cached VM snapshots from a directory.

This is a placeholder after the Docker-to-VM migration. The VM backend manages snapshots internally via ImageRegistry; external save/restore is not yet implemented.

ยงErrors

Currently always succeeds.