Function get_git_backend

Source
pub fn get_git_backend(
    store: &Store,
) -> Result<&GitBackend, UnexpectedGitBackendError>
Expand description

Returns the underlying GitBackend implementation.