Function make_smartlog_graph

Source
pub fn make_smartlog_graph<'repo>(
    effects: &Effects,
    repo: &'repo Repo,
    dag: &Dag,
    event_replayer: &EventReplayer,
    event_cursor: EventCursor,
    commits: &CommitSet,
    exact: bool,
) -> Result<SmartlogGraph<'repo>>
Expand description

Construct the smartlog graph for the repo.