Function gitoxide_core::hours::estimate  
source · pub fn estimate<W, P>(
    working_dir: &Path,
    rev_spec: &BStr,
    progress: P,
    _: Context<W>
) -> Result<()>where
    W: Write,
    P: Progress,Available on crate feature 
estimate-hours only.Expand description
Estimate the hours it takes to produce the content of the repository in _working_dir_, with _refname_ for
the start of the commit graph traversal.
- working_dir - The directory containing a ‘.git/’ folder.
- refname - The name of the ref like ‘main’ or ‘master’ at which to start iterating the commit graph.
- progress - A way to provide progress and performance information