Skip to main content

collect_git_context_at

Function collect_git_context_at 

Source
pub fn collect_git_context_at(repo_root: &Path) -> Option<GitContext>
Expand description

Collect a GitContext for a specific workspace or repository path.

Returns None when repo_root is not inside a git repository.