Skip to main content

GitBranchExportFn

Type Alias GitBranchExportFn 

Source
pub type GitBranchExportFn = fn(gitdir: &Path, branch: &str, mem: &str, config: &MemConfig, output_path: &Path, workspace_root: Option<&Path>, workspace_schemas_dir: Option<&Path>, provenance_bytes: Option<&[u8]>, anchors_bytes: Option<&[u8]>) -> Result<MemExportResult, BackendError>;
Expand description

Engine::export_mem dispatch for git-branch mounts.

Signature mirrors memstead_git_branch::ops::export::export_mem_from_branch.