Skip to main content

GitBranchPullFn

Type Alias GitBranchPullFn 

Source
pub type GitBranchPullFn = fn(gitdir: &Path, remote: &str, branch: &str, mem: &str) -> Result<PullOutcome, BackendError>;
Expand description

Engine::pull dispatch for git-branch mounts. branch is the mount’s declared branch — the single source of truth for both the local ref and the remote-tracking ref; mem labels the outcome only.