Type Alias cwe_checker_lib::analysis::graph::Graph
source · pub type Graph<'a> = DiGraph<Node<'a>, Edge<'a>>;
Expand description
The graph type of an interprocedural control flow graph
Aliased Type§
struct Graph<'a> { /* private fields */ }
Trait Implementations§
source§impl ToJsonCompact for Graph<'_>
impl ToJsonCompact for Graph<'_>
source§fn to_json_compact(&self) -> Value
fn to_json_compact(&self) -> Value
Returns a json representation of values of type
self
that is
suitable for debugging purposes. Read moresource§fn print_compact_json(&self)
fn print_compact_json(&self)
Print values of type
Self
for debugging purposes.