pub fn generate_cfg_in_dot_format<'env>(
func_target: &'env FunctionTarget<'env>
) -> String
Expand description
Generate the dot representation of the CFG (which can be rendered by the Dot program)
pub fn generate_cfg_in_dot_format<'env>(
func_target: &'env FunctionTarget<'env>
) -> String
Generate the dot representation of the CFG (which can be rendered by the Dot program)