Skip to main content

build_checkpoint_tools_at

Function build_checkpoint_tools_at 

Source
pub fn build_checkpoint_tools_at(
    workspace: impl Into<PathBuf>,
    shadow_dir: impl Into<PathBuf>,
    session_id: impl Into<String>,
) -> Option<(CheckpointList, CheckpointDiff, Arc<Mutex<ShadowRepo>>)>
Expand description

Like build_checkpoint_tools, but with an explicit shadow_dir, for tests that want to bypass paths::user_data_dir() resolution.