Skip to main content

graph

Function graph 

Source
pub fn graph(layout: &Layout, project_filter: Option<&str>) -> Result<String>
Expand description

A DOT graph of the corpus: one node per issue, blocker and parent edges.

ยงErrors

Returns an error if the corpus cannot be read.